Html Css Color HEX #9CE170 Feijoa

📋 copy color: '#9CE170'

red 156 ◦ green 225 ◦ blue 112

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

Shades of Feijoa #9CE170

Tints of Feijoa #9CE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

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

R = 31.64%
G = 45.64%
B = 22.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#9CE170 (or 0x9CE170) is known color: Feijoa. HEX triplet: 9C, E1 and 70. RGB value is (156,225,112). Sum of RGB (Red+Green+Blue) = 156+225+112=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE170 is #631E8F. Grayscale: #BFBFBF. Windows color (decimal): -6495888 or 7397788. OLE color: 7397788.

HSL color Cylindrical-coordinate representation of color #9CE170: hue angle of 96.64º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CE170 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 225 112 -
CMYK 0.31 0 0.50 0.12
HSL 96.64º 0.65% 0.66% -
HSV(B) 96.64º 0.5% 0.88% -
XYZ 43.56 62.09 25.02 -
YUV 191.49 83.14 102.69 -
System Red Green Blue C M Y K H S L
Decimal 156 225 112 0.31 0 0.50 0.12 96.64 0.65 0.66
Hex 9C E1 70 1F 0 32 C 61 41 42
Octal 234 341 160 37 0 62 14 141 101 102
Binary 10011100 11100001 1110000 11111 0 110010 1100 1100001 1000001 1000010

Color Harmonies of #9CE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE170

Black with #9CE170

Text Example


Text Example

White with #9CE170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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