Html Css Color HEX #9DA912 Citrus

📋 copy color: '#9DA912'

red 157 ◦ green 169 ◦ blue 18

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

Shades of Citrus #9DA912

Tints of Citrus #9DA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.13%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 45.64%
G = 49.13%
B = 5.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#9DA912 (or 0x9DA912) is known color: Citrus. HEX triplet: 9D, A9 and 12. RGB value is (157,169,18). Sum of RGB (Red+Green+Blue) = 157+169+18=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA912 is #6256ED. Grayscale: #949494. Windows color (decimal): -6444782 or 1223069. OLE color: 1223069.

HSL color Cylindrical-coordinate representation of color #9DA912: hue angle of 64.77º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DA912 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 169 18 -
CMYK 0.07 0 0.89 0.34
HSL 64.77º 0.81% 0.37% -
HSV(B) 64.77º 0.89% 0.66% -
XYZ 28.2 35.59 5.95 -
YUV 148.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 157 169 18 0.07 0 0.89 0.34 64.77 0.81 0.37
Hex 9D A9 12 7 0 59 22 41 51 25
Octal 235 251 22 7 0 131 42 101 121 45
Binary 10011101 10101001 10010 111 0 1011001 100010 1000001 1010001 100101

Color Harmonies of #9DA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA912

Black with #9DA912

Text Example


Text Example

White with #9DA912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,169,18); }

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

background-color css

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

 a { background-color: rgb(157,169,18); }

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

border-color css

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

 span { border-color: rgb(157,169,18); }

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