#8AAD63

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

Shades of Chelsea Cucumber #8AAD63

Tints of Chelsea Cucumber #8AAD63

Color information

#8AAD63 (or 0x8AAD63) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 63. RGB value is (138,173,99). Sum of RGB (Red+Green+Blue) = 138+173+99=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD63 is #75529C. Grayscale: #9A9A9A. Windows color (decimal): -7688861 or 6532490. OLE color: 6532490.

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

Color convert

RGB13817399-
CMYK0.2000.430.32
HSL88.38º31.09%53.33%-
HSV(B)88.38º42.77%67.84%-
XYZ27.6836.1917.33-
YUV154.196.9116.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 99 (39.06% from 255) = 24.15%
R=33.66%
G=42.20%
B=24.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173990.2000.430.3288.3831.0953.33
Hex8AAD631402B20581f35
Octal21225514324053401303765
Binary10001010101011011100011101000101011100000101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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