#8AAD54

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

Shades of Chelsea Cucumber #8AAD54

Tints of Chelsea Cucumber #8AAD54

Color information

#8AAD54 (or 0x8AAD54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 54. RGB value is (138,173,84). Sum of RGB (Red+Green+Blue) = 138+173+84=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD54 is #7552AB. Grayscale: #989898. Windows color (decimal): -7688876 or 5549450. OLE color: 5549450.

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

Color convert

RGB13817384-
CMYK0.2000.510.32
HSL83.6º35.18%50.39%-
HSV(B)83.6º51.45%67.84%-
XYZ27.0335.9313.9-
YUV152.3989.4117.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=34.94%
G=43.80%
B=21.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173840.2000.510.3283.635.1850.39
Hex8AAD541403320542332
Octal21225512424063401244362
Binary100010101010110110101001010001100111000001010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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