Html Css Color HEX #9DAF11 Citrus

📋 copy color: '#9DAF11'

red 157 ◦ green 175 ◦ blue 17

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

Shades of Citrus #9DAF11

Tints of Citrus #9DAF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.87%

R = 44.99%
G = 50.14%
B = 4.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#9DAF11 (or 0x9DAF11) is known color: Citrus. HEX triplet: 9D, AF and 11. RGB value is (157,175,17). Sum of RGB (Red+Green+Blue) = 157+175+17=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF11 is #6250EE. Grayscale: #989898. Windows color (decimal): -6443247 or 1159069. OLE color: 1159069.

HSL color Cylindrical-coordinate representation of color #9DAF11: hue angle of 66.84º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DAF11 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 17 -
CMYK 0.10 0 0.90 0.31
HSL 66.84º 0.82% 0.38% -
HSV(B) 66.84º 0.9% 0.69% -
XYZ 29.34 37.87 6.29 -
YUV 151.61 52.04 131.85 -
System Red Green Blue C M Y K H S L
Decimal 157 175 17 0.10 0 0.90 0.31 66.84 0.82 0.38
Hex 9D AF 11 A 0 5A 1F 43 52 26
Octal 235 257 21 12 0 132 37 103 122 46
Binary 10011101 10101111 10001 1010 0 1011010 11111 1000011 1010010 100110

Color Harmonies of #9DAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF11

Black with #9DAF11

Text Example


Text Example

White with #9DAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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