Html Css Color HEX #9DAF03 Citrus

📋 copy color: '#9DAF03'

red 157 ◦ green 175 ◦ blue 3

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

Shades of Citrus #9DAF03

Tints of Citrus #9DAF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 46.87%
G = 52.24%
B = 0.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#9DAF03 (or 0x9DAF03) is known color: Citrus. HEX triplet: 9D, AF and 03. RGB value is (157,175,3). Sum of RGB (Red+Green+Blue) = 157+175+3=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF03 is #6250FC. Grayscale: #969696. Windows color (decimal): -6443261 or 241565. OLE color: 241565.

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

Color convert

RGB 157 175 3 -
CMYK 0.10 0 0.98 0.31
HSL 66.28º 0.97% 0.35% -
HSV(B) 66.28º 0.98% 0.69% -
XYZ 29.25 37.83 5.85 -
YUV 150.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 157 175 3 0.10 0 0.98 0.31 66.28 0.97 0.35
Hex 9D AF 3 A 0 62 1F 42 61 23
Octal 235 257 3 12 0 142 37 102 141 43
Binary 10011101 10101111 11 1010 0 1100010 11111 1000010 1100001 100011

Color Harmonies of #9DAF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF03

Black with #9DAF03

Text Example


Text Example

White with #9DAF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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