#8FE152

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

Shades of Atlantis #8FE152

Tints of Atlantis #8FE152

Color information

#8FE152 (or 0x8FE152) is unknown color: approx Atlantis. HEX triplet: 8F, E1 and 52. RGB value is (143,225,82). Sum of RGB (Red+Green+Blue) = 143+225+82=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE152 is #701EAD. Grayscale: #B8B8B8. Windows color (decimal): -7347886 or 5431695. OLE color: 5431695.

HSL color Cylindrical-coordinate representation of color #8FE152: hue angle of 94.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FE152 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB14322582-
CMYK0.3600.640.12
HSL94.41º70.44%60.2%-
HSV(B)94.41º63.56%88.24%-
XYZ39.7860.317.53-
YUV184.1870.3398.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 225 (88.28% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=31.78%
G=50%
B=18.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143225820.3600.640.1294.4170.4460.2
Hex8FE15224040C5e463c
Octal2173411224401001413610674
Binary1000111111100001101001010010001000000110010111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,225,82); }

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

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

 a { background-color: rgb(143,225,82); }

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

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

 span { border-color: rgb(143,225,82); }

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