#8AAD50

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

Shades of Chelsea Cucumber #8AAD50

Tints of Chelsea Cucumber #8AAD50

Color information

#8AAD50 (or 0x8AAD50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AD and 50. RGB value is (138,173,80). Sum of RGB (Red+Green+Blue) = 138+173+80=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD50 is #7552AF. Grayscale: #989898. Windows color (decimal): -7688880 or 5287306. OLE color: 5287306.

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

Color convert

RGB13817380-
CMYK0.2000.540.32
HSL82.58º36.76%49.61%-
HSV(B)82.58º53.76%67.84%-
XYZ26.8735.8713.1-
YUV151.9387.4118.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 173 (67.97% from 255) = 44.25%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=35.29%
G=44.25%
B=20.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138173800.2000.540.3282.5836.7649.61
Hex8AAD501403620532532
Octal21225512024066401234562
Binary100010101010110110100001010001101101000001010011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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