#8AAD4E

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

Shades of Chelsea Cucumber #8AAD4E

Tints of Chelsea Cucumber #8AAD4E

Color information

#8AAD4E (or 0x8AAD4E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 4E. RGB value is (138,173,78). Sum of RGB (Red+Green+Blue) = 138+173+78=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD4E is #7552B1. Grayscale: #989898. Windows color (decimal): -7688882 or 5156234. OLE color: 5156234.

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

Color convert

RGB13817378-
CMYK0.2000.550.32
HSL82.11º37.85%49.22%-
HSV(B)82.11º54.91%67.84%-
XYZ26.835.8412.71-
YUV151.786.4118.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=35.48%
G=44.47%
B=20.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173780.2000.550.3282.1137.8549.22
Hex8AAD4E1403720522631
Octal21225511624067401224661
Binary100010101010110110011101010001101111000001010010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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