Html Css Color HEX #9DAF02 Citrus

📋 copy color: '#9DAF02'

red 157 ◦ green 175 ◦ blue 2

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

Shades of Citrus #9DAF02

Tints of Citrus #9DAF02

RGB

 RED value IS 157 (61.72% from 255) = 47.01%

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

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

R = 47.01%
G = 52.4%
B = 0.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#9DAF02 (or 0x9DAF02) is known color: Citrus. HEX triplet: 9D, AF and 02. RGB value is (157,175,2). Sum of RGB (Red+Green+Blue) = 157+175+2=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF02 is #6250FD. Grayscale: #969696. Windows color (decimal): -6443262 or 176029. OLE color: 176029.

HSL color Cylindrical-coordinate representation of color #9DAF02: hue angle of 66.24º 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 #9DAF02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 2 -
CMYK 0.10 0 0.99 0.31
HSL 66.24º 0.98% 0.35% -
HSV(B) 66.24º 0.99% 0.69% -
XYZ 29.25 37.83 5.82 -
YUV 149.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 157 175 2 0.10 0 0.99 0.31 66.24 0.98 0.35
Hex 9D AF 2 A 0 63 1F 42 62 23
Octal 235 257 2 12 0 143 37 102 142 43
Binary 10011101 10101111 10 1010 0 1100011 11111 1000010 1100010 100011

Color Harmonies of #9DAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF02

Black with #9DAF02

Text Example


Text Example

White with #9DAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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