Html Css Color HEX #99A018 Citron

📋 copy color: '#99A018'

red 153 ◦ green 160 ◦ blue 24

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

Shades of Citron #99A018

Tints of Citron #99A018

RGB

 RED value IS 153 (60.16% from 255) = 45.4%

 GREEN value IS 160 (62.89% from 255) = 47.48%

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

R = 45.4%
G = 47.48%
B = 7.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#99A018 (or 0x99A018) is known color: Citron. HEX triplet: 99, A0 and 18. RGB value is (153,160,24). Sum of RGB (Red+Green+Blue) = 153+160+24=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #99A018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A018 is #665FE7. Grayscale: #8E8E8E. Windows color (decimal): -6709224 or 1613977. OLE color: 1613977.

HSL color Cylindrical-coordinate representation of color #99A018: hue angle of 63.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99A018 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 160 24 -
CMYK 0.04 0 0.85 0.37
HSL 63.09º 0.74% 0.36% -
HSV(B) 63.09º 0.85% 0.63% -
XYZ 25.87 31.98 5.67 -
YUV 142.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 153 160 24 0.04 0 0.85 0.37 63.09 0.74 0.36
Hex 99 A0 18 4 0 55 25 3F 4A 24
Octal 231 240 30 4 0 125 45 77 112 44
Binary 10011001 10100000 11000 100 0 1010101 100101 111111 1001010 100100

Color Harmonies of #99A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A018

Black with #99A018

Text Example


Text Example

White with #99A018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A018; }

 p { color: rgb(153,160,24); }

 H1.HeaderClassName
 {
   color: #99A018;
 }
 .AnyTagClassName
 {
   color: #99A018;
 }
</style>

background-color css

<style>
 a { background-color: #99A018; }

 a { background-color: rgb(153,160,24); }

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

border-color css

<style>
 span { border-color: #99A018; }

 span { border-color: rgb(153,160,24); }

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