#8CE438

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

Shades of Atlantis #8CE438

Tints of Atlantis #8CE438

Color information

#8CE438 (or 0x8CE438) is unknown color: approx Atlantis. HEX triplet: 8C, E4 and 38. RGB value is (140,228,56). Sum of RGB (Red+Green+Blue) = 140+228+56=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE438 is #731BC7. Grayscale: #B6B6B6. Windows color (decimal): -7543752 or 3728524. OLE color: 3728524.

HSL color Cylindrical-coordinate representation of color #8CE438: hue angle of 90.7º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CE438 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB14022856-
CMYK0.3900.750.11
HSL90.7º76.11%55.69%-
HSV(B)90.7º75.44%89.41%-
XYZ39.2761.3513.51-
YUV182.0856.8597.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 228 (89.45% from 255) = 53.77%
BLUE value IS 56 (22.27% from 255) = 13.21%
R=33.02%
G=53.77%
B=13.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal140228560.3900.750.1190.776.1155.69
Hex8CE4382704BB5b4c38
Octal214344704701131313311470
Binary100011001110010011100010011101001011101110110111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,228,56); }

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

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

 a { background-color: rgb(140,228,56); }

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

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

 span { border-color: rgb(140,228,56); }

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