Html Css Color HEX #99AC16 Citrus

📋 copy color: '#99AC16'

red 153 ◦ green 172 ◦ blue 22

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

Shades of Citrus #99AC16

Tints of Citrus #99AC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 44.09%
G = 49.57%
B = 6.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#99AC16 (or 0x99AC16) is known color: Citrus. HEX triplet: 99, AC and 16. RGB value is (153,172,22). Sum of RGB (Red+Green+Blue) = 153+172+22=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AC16 is #6653E9. Grayscale: #959595. Windows color (decimal): -6706154 or 1485977. OLE color: 1485977.

HSL color Cylindrical-coordinate representation of color #99AC16: hue angle of 67.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99AC16 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 172 22 -
CMYK 0.11 0 0.87 0.33
HSL 67.6º 0.77% 0.38% -
HSV(B) 67.6º 0.87% 0.67% -
XYZ 28.03 36.34 6.29 -
YUV 149.22 56.21 130.7 -
System Red Green Blue C M Y K H S L
Decimal 153 172 22 0.11 0 0.87 0.33 67.6 0.77 0.38
Hex 99 AC 16 B 0 57 21 44 4D 26
Octal 231 254 26 13 0 127 41 104 115 46
Binary 10011001 10101100 10110 1011 0 1010111 100001 1000100 1001101 100110

Color Harmonies of #99AC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AC16

Black with #99AC16

Text Example


Text Example

White with #99AC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,172,22); }

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

background-color css

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

 a { background-color: rgb(153,172,22); }

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

border-color css

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

 span { border-color: rgb(153,172,22); }

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