#8AA25C

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

Shades of Chelsea Cucumber #8AA25C

Tints of Chelsea Cucumber #8AA25C

Color information

#8AA25C (or 0x8AA25C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 5C. RGB value is (138,162,92). Sum of RGB (Red+Green+Blue) = 138+162+92=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA25C is #755DA3. Grayscale: #939393. Windows color (decimal): -7691684 or 6070922. OLE color: 6070922.

HSL color Cylindrical-coordinate representation of color #8AA25C: hue angle of 80.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AA25C is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB13816292-
CMYK0.1500.430.36
HSL80.57º27.56%49.8%-
HSV(B)80.57º43.21%63.53%-
XYZ25.3332.0214.97-
YUV146.8497.05121.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=35.20%
G=41.33%
B=23.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162920.1500.430.3680.5727.5649.8
Hex8AA25CF02B24511c32
Octal21224213417053441213462
Binary1000101010100010101110011110101011100100101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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