#8AA75C

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

Shades of Chelsea Cucumber #8AA75C

Tints of Chelsea Cucumber #8AA75C

Color information

#8AA75C (or 0x8AA75C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A7 and 5C. RGB value is (138,167,92). Sum of RGB (Red+Green+Blue) = 138+167+92=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA75C is #7558A3. Grayscale: #969696. Windows color (decimal): -7690404 or 6072202. OLE color: 6072202.

HSL color Cylindrical-coordinate representation of color #8AA75C: hue angle of 83.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA75C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB13816792-
CMYK0.1700.450.35
HSL83.2º29.88%50.78%-
HSV(B)83.2º44.91%65.49%-
XYZ26.2333.8115.27-
YUV149.7895.39119.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=34.76%
G=42.07%
B=23.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138167920.1700.450.3583.229.8850.78
Hex8AA75C1102D23531e33
Octal21224713421055431233663
Binary10001010101001111011100100010101101100011101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,92); }

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

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

 a { background-color: rgb(138,167,92); }

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

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

 span { border-color: rgb(138,167,92); }

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