Html Css Color HEX #9FAF10 Citrus

📋 copy color: '#9FAF10'

red 159 ◦ green 175 ◦ blue 16

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

Shades of Citrus #9FAF10

Tints of Citrus #9FAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

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

R = 45.43%
G = 50%
B = 4.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#9FAF10 (or 0x9FAF10) is known color: Citrus. HEX triplet: 9F, AF and 10. RGB value is (159,175,16). Sum of RGB (Red+Green+Blue) = 159+175+16=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAF10 is #6050EF. Grayscale: #989898. Windows color (decimal): -6312176 or 1093535. OLE color: 1093535.

HSL color Cylindrical-coordinate representation of color #9FAF10: hue angle of 66.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FAF10 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 16 -
CMYK 0.09 0 0.91 0.31
HSL 66.04º 0.83% 0.37% -
HSV(B) 66.04º 0.91% 0.69% -
XYZ 29.72 38.07 6.27 -
YUV 152.09 51.2 132.93 -
System Red Green Blue C M Y K H S L
Decimal 159 175 16 0.09 0 0.91 0.31 66.04 0.83 0.37
Hex 9F AF 10 9 0 5B 1F 42 53 25
Octal 237 257 20 11 0 133 37 102 123 45
Binary 10011111 10101111 10000 1001 0 1011011 11111 1000010 1010011 100101

Color Harmonies of #9FAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF10

Black with #9FAF10

Text Example


Text Example

White with #9FAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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