Html Css Color HEX #9DAF0A Citrus

📋 copy color: '#9DAF0A'

red 157 ◦ green 175 ◦ blue 10

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

Shades of Citrus #9DAF0A

Tints of Citrus #9DAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 45.91%
G = 51.17%
B = 2.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#9DAF0A (or 0x9DAF0A) is known color: Citrus. HEX triplet: 9D, AF and 0A. RGB value is (157,175,10). Sum of RGB (Red+Green+Blue) = 157+175+10=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF0A is #6250F5. Grayscale: #979797. Windows color (decimal): -6443254 or 700317. OLE color: 700317.

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

Color convert

RGB 157 175 10 -
CMYK 0.10 0 0.94 0.31
HSL 66.55º 0.89% 0.36% -
HSV(B) 66.55º 0.94% 0.69% -
XYZ 29.29 37.85 6.05 -
YUV 150.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 157 175 10 0.10 0 0.94 0.31 66.55 0.89 0.36
Hex 9D AF A A 0 5E 1F 43 59 24
Octal 235 257 12 12 0 136 37 103 131 44
Binary 10011101 10101111 1010 1010 0 1011110 11111 1000011 1011001 100100

Color Harmonies of #9DAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF0A

Black with #9DAF0A

Text Example


Text Example

White with #9DAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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