#8AB65E

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

Shades of Chelsea Cucumber #8AB65E

Tints of Chelsea Cucumber #8AB65E

Color information

#8AB65E (or 0x8AB65E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 5E. RGB value is (138,182,94). Sum of RGB (Red+Green+Blue) = 138+182+94=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB65E is #7549A1. Grayscale: #9F9F9F. Windows color (decimal): -7686562 or 6207114. OLE color: 6207114.

HSL color Cylindrical-coordinate representation of color #8AB65E: hue angle of 90º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB65E is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB13818294-
CMYK0.2400.480.29
HSL90º37.61%54.12%-
HSV(B)90º48.35%71.37%-
XYZ29.2339.6716.71-
YUV158.8191.42113.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=33.33%
G=43.96%
B=22.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182940.2400.480.299037.6154.12
Hex8AB65E180301D5a2636
Octal21226613630060351324666
Binary10001010101101101011110110000110000111011011010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,94); }

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

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

 a { background-color: rgb(138,182,94); }

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

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

 span { border-color: rgb(138,182,94); }

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