Html Css Color HEX #9CEA70 Feijoa

📋 copy color: '#9CEA70'

red 156 ◦ green 234 ◦ blue 112

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

Shades of Feijoa #9CEA70

Tints of Feijoa #9CEA70

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 31.08%
G = 46.61%
B = 22.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#9CEA70 (or 0x9CEA70) is known color: Feijoa. HEX triplet: 9C, EA and 70. RGB value is (156,234,112). Sum of RGB (Red+Green+Blue) = 156+234+112=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEA70 is #63158F. Grayscale: #C5C5C5. Windows color (decimal): -6493584 or 7400092. OLE color: 7400092.

HSL color Cylindrical-coordinate representation of color #9CEA70: hue angle of 98.36º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CEA70 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 234 112 -
CMYK 0.33 0 0.52 0.08
HSL 98.36º 0.74% 0.68% -
HSV(B) 98.36º 0.52% 0.92% -
XYZ 46.06 67.08 25.85 -
YUV 196.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 156 234 112 0.33 0 0.52 0.08 98.36 0.74 0.68
Hex 9C EA 70 21 0 34 8 62 4A 44
Octal 234 352 160 41 0 64 10 142 112 104
Binary 10011100 11101010 1110000 100001 0 110100 1000 1100010 1001010 1000100

Color Harmonies of #9CEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEA70

Black with #9CEA70

Text Example


Text Example

White with #9CEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,234,112); }

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

background-color css

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

 a { background-color: rgb(156,234,112); }

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

border-color css

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

 span { border-color: rgb(156,234,112); }

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