#8AA36F

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

Shades of Chelsea Cucumber #8AA36F

Tints of Chelsea Cucumber #8AA36F

Color information

#8AA36F (or 0x8AA36F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 6F. RGB value is (138,163,111). Sum of RGB (Red+Green+Blue) = 138+163+111=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA36F is #755C90. Grayscale: #959595. Windows color (decimal): -7691409 or 7316362. OLE color: 7316362.

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

Color convert

RGB138163111-
CMYK0.1500.320.36
HSL88.85º22.03%53.73%-
HSV(B)88.85º31.9%63.92%-
XYZ26.4532.7519.97-
YUV149.6106.22119.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 163 (64.06% from 255) = 39.56%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=33.50%
G=39.56%
B=26.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381631110.1500.320.3688.8522.0353.73
Hex8AA36FF02024591636
Octal21224315717040441312666
Binary1000101010100011110111111110100000100100101100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,111); }

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

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

 a { background-color: rgb(138,163,111); }

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

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

 span { border-color: rgb(138,163,111); }

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