Html Css Color HEX #9FAF02 Citrus

📋 copy color: '#9FAF02'

red 159 ◦ green 175 ◦ blue 2

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

Shades of Citrus #9FAF02

Tints of Citrus #9FAF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 47.32%
G = 52.08%
B = 0.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#9FAF02 (or 0x9FAF02) is known color: Citrus. HEX triplet: 9F, AF and 02. RGB value is (159,175,2). Sum of RGB (Red+Green+Blue) = 159+175+2=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAF02 is #6050FD. Grayscale: #979797. Windows color (decimal): -6312190 or 176031. OLE color: 176031.

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

Color convert

RGB 159 175 2 -
CMYK 0.09 0 0.99 0.31
HSL 65.55º 0.98% 0.35% -
HSV(B) 65.55º 0.99% 0.69% -
XYZ 29.64 38.04 5.84 -
YUV 150.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 159 175 2 0.09 0 0.99 0.31 65.55 0.98 0.35
Hex 9F AF 2 9 0 63 1F 42 62 23
Octal 237 257 2 11 0 143 37 102 142 43
Binary 10011111 10101111 10 1001 0 1100011 11111 1000010 1100010 100011

Color Harmonies of #9FAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF02

Black with #9FAF02

Text Example


Text Example

White with #9FAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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