#8ABC46

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

Shades of Chelsea Cucumber #8ABC46

Tints of Chelsea Cucumber #8ABC46

Color information

#8ABC46 (or 0x8ABC46) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, BC and 46. RGB value is (138,188,70). Sum of RGB (Red+Green+Blue) = 138+188+70=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC46 is #7543B9. Grayscale: #A0A0A0. Windows color (decimal): -7685050 or 4635786. OLE color: 4635786.

HSL color Cylindrical-coordinate representation of color #8ABC46: hue angle of 85.42º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ABC46 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB13818870-
CMYK0.2700.630.26
HSL85.42º46.83%50.59%-
HSV(B)85.42º62.77%73.73%-
XYZ29.5741.8112.31-
YUV159.677.44112.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 188 (73.83% from 255) = 47.47%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=34.85%
G=47.47%
B=17.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138188700.2700.630.2685.4246.8350.59
Hex8ABC461B03F1A552f33
Octal21227410633077321255763
Binary10001010101111001000110110110111111110101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,70); }

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

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

 a { background-color: rgb(138,188,70); }

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

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

 span { border-color: rgb(138,188,70); }

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