Html Css Color HEX #9EAA10 Citrus

📋 copy color: '#9EAA10'

red 158 ◦ green 170 ◦ blue 16

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

Shades of Citrus #9EAA10

Tints of Citrus #9EAA10

RGB

 RED value IS 158 (62.11% from 255) = 45.93%

 GREEN value IS 170 (66.8% from 255) = 49.42%

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 45.93%
G = 49.42%
B = 4.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#9EAA10 (or 0x9EAA10) is known color: Citrus. HEX triplet: 9E, AA and 10. RGB value is (158,170,16). Sum of RGB (Red+Green+Blue) = 158+170+16=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAA10 is #6155EF. Grayscale: #959595. Windows color (decimal): -6378992 or 1092254. OLE color: 1092254.

HSL color Cylindrical-coordinate representation of color #9EAA10: hue angle of 64.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EAA10 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 170 16 -
CMYK 0.07 0 0.91 0.33
HSL 64.68º 0.83% 0.36% -
HSV(B) 64.68º 0.91% 0.67% -
XYZ 28.57 36.06 5.94 -
YUV 148.86 53.02 134.52 -
System Red Green Blue C M Y K H S L
Decimal 158 170 16 0.07 0 0.91 0.33 64.68 0.83 0.36
Hex 9E AA 10 7 0 5B 21 41 53 24
Octal 236 252 20 7 0 133 41 101 123 44
Binary 10011110 10101010 10000 111 0 1011011 100001 1000001 1010011 100100

Color Harmonies of #9EAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAA10

Black with #9EAA10

Text Example


Text Example

White with #9EAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,16); }

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

background-color css

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

 a { background-color: rgb(158,170,16); }

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

border-color css

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

 span { border-color: rgb(158,170,16); }

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