Html Css Color HEX #9DAC18 Citrus

📋 copy color: '#9DAC18'

red 157 ◦ green 172 ◦ blue 24

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

Shades of Citrus #9DAC18

Tints of Citrus #9DAC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.73%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 44.48%
G = 48.73%
B = 6.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#9DAC18 (or 0x9DAC18) is known color: Citrus. HEX triplet: 9D, AC and 18. RGB value is (157,172,24). Sum of RGB (Red+Green+Blue) = 157+172+24=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC18 is #6253E7. Grayscale: #979797. Windows color (decimal): -6444008 or 1617053. OLE color: 1617053.

HSL color Cylindrical-coordinate representation of color #9DAC18: hue angle of 66.08º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DAC18 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 172 24 -
CMYK 0.09 0 0.86 0.33
HSL 66.08º 0.76% 0.38% -
HSV(B) 66.08º 0.86% 0.67% -
XYZ 28.82 36.74 6.44 -
YUV 150.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 157 172 24 0.09 0 0.86 0.33 66.08 0.76 0.38
Hex 9D AC 18 9 0 56 21 42 4C 26
Octal 235 254 30 11 0 126 41 102 114 46
Binary 10011101 10101100 11000 1001 0 1010110 100001 1000010 1001100 100110

Color Harmonies of #9DAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC18

Black with #9DAC18

Text Example


Text Example

White with #9DAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,172,24); }

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

background-color css

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

 a { background-color: rgb(157,172,24); }

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

border-color css

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

 span { border-color: rgb(157,172,24); }

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