#8BE24C

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

Shades of Atlantis #8BE24C

Tints of Atlantis #8BE24C

Color information

#8BE24C (or 0x8BE24C) is unknown color: approx Atlantis. HEX triplet: 8B, E2 and 4C. RGB value is (139,226,76). Sum of RGB (Red+Green+Blue) = 139+226+76=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 226 (88.67% from 255 or 51.25% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE24C is #741DB3. Grayscale: #B7B7B7. Windows color (decimal): -7609780 or 5038731. OLE color: 5038731.

HSL color Cylindrical-coordinate representation of color #8BE24C: hue angle of 94.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BE24C is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB13922676-
CMYK0.3800.660.11
HSL94.8º72.12%59.22%-
HSV(B)94.8º66.37%88.63%-
XYZ39.1560.416.43-
YUV182.8967.6896.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 226 (88.67% from 255) = 51.25%
BLUE value IS 76 (30.08% from 255) = 17.23%
R=31.52%
G=51.25%
B=17.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal139226760.3800.660.1194.872.1259.22
Hex8BE24C26042B5f483b
Octal2133421144601021313711073
Binary1000101111100010100110010011001000010101110111111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,226,76); }

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

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

 a { background-color: rgb(139,226,76); }

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

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

 span { border-color: rgb(139,226,76); }

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