Html Css Color HEX #9FAA10 Citrus

📋 copy color: '#9FAA10'

red 159 ◦ green 170 ◦ blue 16

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

Shades of Citrus #9FAA10

Tints of Citrus #9FAA10

RGB

 RED value IS 159 (62.5% from 255) = 46.09%

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

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

R = 46.09%
G = 49.28%
B = 4.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#9FAA10 (or 0x9FAA10) is known color: Citrus. HEX triplet: 9F, AA and 10. RGB value is (159,170,16). Sum of RGB (Red+Green+Blue) = 159+170+16=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA10 is #6055EF. Grayscale: #959595. Windows color (decimal): -6313456 or 1092255. OLE color: 1092255.

HSL color Cylindrical-coordinate representation of color #9FAA10: hue angle of 64.29º 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 #9FAA10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 16 -
CMYK 0.06 0 0.91 0.33
HSL 64.29º 0.83% 0.36% -
HSV(B) 64.29º 0.91% 0.67% -
XYZ 28.77 36.16 5.95 -
YUV 149.16 52.86 135.02 -
System Red Green Blue C M Y K H S L
Decimal 159 170 16 0.06 0 0.91 0.33 64.29 0.83 0.36
Hex 9F AA 10 6 0 5B 21 40 53 24
Octal 237 252 20 6 0 133 41 100 123 44
Binary 10011111 10101010 10000 110 0 1011011 100001 1000000 1010011 100100

Color Harmonies of #9FAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA10

Black with #9FAA10

Text Example


Text Example

White with #9FAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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