Html Css Color HEX #9CF07D Feijoa

📋 copy color: '#9CF07D'

red 156 ◦ green 240 ◦ blue 125

#9CF07D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9CF07D

Tints of Feijoa #9CF07D

RGB

 RED value IS 156 (61.33% from 255) = 29.94%

 GREEN value IS 240 (94.14% from 255) = 46.07%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 29.94%
G = 46.07%
B = 23.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9CF07D (or 0x9CF07D) is known color: Feijoa. HEX triplet: 9C, F0 and 7D. RGB value is (156,240,125). Sum of RGB (Red+Green+Blue) = 156+240+125=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF07D is #630F82. Grayscale: #CACACA. Windows color (decimal): -6492035 or 8253596. OLE color: 8253596.

HSL color Cylindrical-coordinate representation of color #9CF07D: hue angle of 103.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CF07D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 240 125 -
CMYK 0.35 0 0.48 0.06
HSL 103.83º 0.79% 0.72% -
HSV(B) 103.83º 0.48% 0.94% -
XYZ 48.57 70.87 30.52 -
YUV 201.77 84.67 95.35 -
System Red Green Blue C M Y K H S L
Decimal 156 240 125 0.35 0 0.48 0.06 103.83 0.79 0.72
Hex 9C F0 7D 23 0 30 6 68 4F 48
Octal 234 360 175 43 0 60 6 150 117 110
Binary 10011100 11110000 1111101 100011 0 110000 110 1101000 1001111 1001000

Color Harmonies of #9CF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF07D

Black with #9CF07D

Text Example


Text Example

White with #9CF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CF07D; }

 p { color: rgb(156,240,125); }

 H1.HeaderClassName
 {
   color: #9CF07D;
 }
 .AnyTagClassName
 {
   color: #9CF07D;
 }
</style>

background-color css

<style>
 a { background-color: #9CF07D; }

 a { background-color: rgb(156,240,125); }

 div.DivClassName
 {
   background-color: #9CF07D;
 }
 .BgClassName
 {
   background-color: #9CF07D;
 }
</style>

border-color css

<style>
 span { border-color: #9CF07D; }

 span { border-color: rgb(156,240,125); }

 td.TdClassName
 {
   border-color: #9CF07D;
 }
 .TagClassName
 {
   border-color: #9CF07D;
 }
</style>