#8AAD42

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

Shades of Chelsea Cucumber #8AAD42

Tints of Chelsea Cucumber #8AAD42

Color information

#8AAD42 (or 0x8AAD42) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 42. RGB value is (138,173,66). Sum of RGB (Red+Green+Blue) = 138+173+66=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD42 is #7552BD. Grayscale: #969696. Windows color (decimal): -7688894 or 4369802. OLE color: 4369802.

HSL color Cylindrical-coordinate representation of color #8AAD42: hue angle of 79.63º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AAD42 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB13817366-
CMYK0.2000.620.32
HSL79.63º44.77%46.86%-
HSV(B)79.63º61.85%67.84%-
XYZ26.4135.6810.65-
YUV150.3480.4119.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=36.60%
G=45.89%
B=17.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173660.2000.620.3279.6344.7746.86
Hex8AAD421403E20502d2f
Octal21225510224076401205557
Binary100010101010110110000101010001111101000001010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,66); }

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

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

 a { background-color: rgb(138,173,66); }

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

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

 span { border-color: rgb(138,173,66); }

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