#8DA122

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

Shades of Citron #8DA122

Tints of Citron #8DA122

Color information

#8DA122 (or 0x8DA122) is unknown color: approx Citron. HEX triplet: 8D, A1 and 22. RGB value is (141,161,34). Sum of RGB (Red+Green+Blue) = 141+161+34=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA122 is #725EDD. Grayscale: #8D8D8D. Windows color (decimal): -7495390 or 2269581. OLE color: 2269581.

HSL color Cylindrical-coordinate representation of color #8DA122: hue angle of 69.45º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DA122 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB14116134-
CMYK0.1200.790.37
HSL69.45º65.13%38.24%-
HSV(B)69.45º78.88%63.14%-
XYZ24.0231.276.28-
YUV140.5467.87128.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 34 (13.67% from 255) = 10.12%
R=41.96%
G=47.92%
B=10.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161340.1200.790.3769.4565.1338.24
Hex8DA122C04F25454126
Octal215241421401174510510146
Binary100011011010000110001011000100111110010110001011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,34); }

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

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

 a { background-color: rgb(141,161,34); }

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

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

 span { border-color: rgb(141,161,34); }

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