#8aa65f

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

Shades of Chelsea Cucumber #8AA65F

Tints of Chelsea Cucumber #8AA65F

Color information

#8AA65F (or 0x8AA65F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A6 and 5F. RGB value is (138,166,95). Sum of RGB (Red+Green+Blue) = 138+166+95=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA65F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA65F is #7559A0. Grayscale: #959595. Windows color (decimal): -7690657 or 6268554. OLE color: 6268554.

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

Color convert

RGB13816695-
CMYK0.1700.430.35
HSL83.66º28.51%51.18%-
HSV(B)83.66º42.77%65.1%-
XYZ26.1833.515.91-
YUV149.5397.22119.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=34.59%
G=41.60%
B=23.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166950.1700.430.3583.6628.5151.18
Hex8AA65F1102B23541d33
Octal21224613721053431243563
Binary10001010101001101011111100010101011100011101010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aa65f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,95); }

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

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

 a { background-color: rgb(138,166,95); }

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

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

 span { border-color: rgb(138,166,95); }

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