#8FE14B

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

Shades of Atlantis #8FE14B

Tints of Atlantis #8FE14B

Color information

#8FE14B (or 0x8FE14B) is unknown color: approx Atlantis. HEX triplet: 8F, E1 and 4B. RGB value is (143,225,75). Sum of RGB (Red+Green+Blue) = 143+225+75=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE14B is #701EB4. Grayscale: #B7B7B7. Windows color (decimal): -7347893 or 4972943. OLE color: 4972943.

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

Color convert

RGB14322575-
CMYK0.3600.670.12
HSL92.8º71.43%58.82%-
HSV(B)92.8º66.67%88.24%-
XYZ39.5260.216.19-
YUV183.3866.8399.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 225 (88.28% from 255) = 50.79%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=32.28%
G=50.79%
B=16.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143225750.3600.670.1292.871.4358.82
Hex8FE14B24043C5d473b
Octal2173411134401031413510773
Binary1000111111100001100101110010001000011110010111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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