#8AB55F

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

Shades of Chelsea Cucumber #8AB55F

Tints of Chelsea Cucumber #8AB55F

Color information

#8AB55F (or 0x8AB55F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B5 and 5F. RGB value is (138,181,95). Sum of RGB (Red+Green+Blue) = 138+181+95=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB55F is #754AA0. Grayscale: #9E9E9E. Windows color (decimal): -7686817 or 6272394. OLE color: 6272394.

HSL color Cylindrical-coordinate representation of color #8AB55F: hue angle of 90º degrees, saturation: 0.37, 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 #8AB55F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB13818195-
CMYK0.2400.480.29
HSL90º36.75%54.12%-
HSV(B)90º47.51%70.98%-
XYZ29.0739.2816.88-
YUV158.3492.25113.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=33.33%
G=43.72%
B=22.95%

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
Decimal138181950.2400.480.299036.7554.12
Hex8AB55F180301D5a2536
Octal21226513730060351324566
Binary10001010101101011011111110000110000111011011010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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