#99A124

Color #99A124 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #99A124

Tints of Citron #99A124

Color information

#99A124 (or 0x99A124) is unknown color: approx Citron. HEX triplet: 99, A1 and 24. RGB value is (153,161,36). Sum of RGB (Red+Green+Blue) = 153+161+36=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #99A124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A124 is #665EDB. Grayscale: #909090. Windows color (decimal): -6708956 or 2400665. OLE color: 2400665.

HSL color Cylindrical-coordinate representation of color #99A124: hue angle of 63.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99A124 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB15316136-
CMYK0.0500.780.37
HSL63.84º63.45%38.63%-
HSV(B)63.84º77.64%63.14%-
XYZ26.232.396.54-
YUV144.3666.85134.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 161 (63.28% from 255) = 46%
BLUE value IS 36 (14.45% from 255) = 10.29%
R=43.71%
G=46%
B=10.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal153161360.0500.780.3763.8463.4538.63
Hex99A124504E25403f27
Octal2312414450116451007747
Binary1001100110100001100100101010011101001011000000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,161,36); }

 H1.HeaderClassName
 {
   color: #99A124;
 }
 .AnyTagClassName
 {
   color: #99A124;
 }
</style>
background-color css

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

 a { background-color: rgb(153,161,36); }

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

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

 span { border-color: rgb(153,161,36); }

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