#8CBE40

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

Shades of Atlantis #8CBE40

Tints of Atlantis #8CBE40

Color information

#8CBE40 (or 0x8CBE40) is unknown color: approx Atlantis. HEX triplet: 8C, BE and 40. RGB value is (140,190,64). Sum of RGB (Red+Green+Blue) = 140+190+64=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE40 is #7341BF. Grayscale: #A1A1A1. Windows color (decimal): -7553472 or 4243084. OLE color: 4243084.

HSL color Cylindrical-coordinate representation of color #8CBE40: hue angle of 83.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CBE40 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB14019064-
CMYK0.2600.660.25
HSL83.81º49.61%49.8%-
HSV(B)83.81º66.32%74.51%-
XYZ30.1542.7711.52-
YUV160.6973.44113.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 190 (74.61% from 255) = 48.22%
BLUE value IS 64 (25.39% from 255) = 16.24%
R=35.53%
G=48.22%
B=16.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140190640.2600.660.2583.8149.6149.8
Hex8CBE401A04219543232
Octal214276100320102311246262
Binary100011001011111010000001101001000010110011010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,64); }

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

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

 a { background-color: rgb(140,190,64); }

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

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

 span { border-color: rgb(140,190,64); }

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