#8DA221

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

Shades of Citron #8DA221

Tints of Citron #8DA221

Color information

#8DA221 (or 0x8DA221) is unknown color: approx Citron. HEX triplet: 8D, A2 and 21. RGB value is (141,162,33). Sum of RGB (Red+Green+Blue) = 141+162+33=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA221 is #725DDE. Grayscale: #8D8D8D. Windows color (decimal): -7495135 or 2204301. OLE color: 2204301.

HSL color Cylindrical-coordinate representation of color #8DA221: hue angle of 69.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DA221 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB14116233-
CMYK0.1300.800.36
HSL69.77º66.15%38.24%-
HSV(B)69.77º79.63%63.53%-
XYZ24.1831.616.27-
YUV141.0167.04127.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 33 (13.28% from 255) = 9.82%
R=41.96%
G=48.21%
B=9.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162330.1300.800.3669.7766.1538.24
Hex8DA221D05024464226
Octal215242411501204410610246
Binary100011011010001010000111010101000010010010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA221; }

 p { color: rgb(141,162,33); }

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

<style>
 a { background-color: #8DA221; }

 a { background-color: rgb(141,162,33); }

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

<style>
 span { border-color: #8DA221; }

 span { border-color: rgb(141,162,33); }

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