#8FE13B

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

Shades of Atlantis #8FE13B

Tints of Atlantis #8FE13B

Color information

#8FE13B (or 0x8FE13B) is unknown color: approx Atlantis. HEX triplet: 8F, E1 and 3B. RGB value is (143,225,59). Sum of RGB (Red+Green+Blue) = 143+225+59=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE13B is #701EC4. Grayscale: #B6B6B6. Windows color (decimal): -7347909 or 3924367. OLE color: 3924367.

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

Color convert

RGB14322559-
CMYK0.3600.740.12
HSL89.64º73.45%55.69%-
HSV(B)89.64º73.78%88.24%-
XYZ39.0460.0113.66-
YUV181.5658.83100.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 225 (88.28% from 255) = 52.69%
BLUE value IS 59 (23.44% from 255) = 13.82%
R=33.49%
G=52.69%
B=13.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143225590.3600.740.1289.6473.4555.69
Hex8FE13B2404AC5a4938
Octal217341734401121413211170
Binary100011111110000111101110010001001010110010110101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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