#8FC13E

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

Shades of Atlantis #8FC13E

Tints of Atlantis #8FC13E

Color information

#8FC13E (or 0x8FC13E) is unknown color: approx Atlantis. HEX triplet: 8F, C1 and 3E. RGB value is (143,193,62). Sum of RGB (Red+Green+Blue) = 143+193+62=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC13E is #703EC1. Grayscale: #A3A3A3. Windows color (decimal): -7356098 or 4112783. OLE color: 4112783.

HSL color Cylindrical-coordinate representation of color #8FC13E: hue angle of 82.9º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FC13E is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB14319362-
CMYK0.2600.680.24
HSL82.9º51.37%50%-
HSV(B)82.9º67.88%75.69%-
XYZ31.2744.3311.47-
YUV163.1270.94113.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=35.93%
G=48.49%
B=15.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143193620.2600.680.2482.951.3750
Hex8FC13E1A04418533332
Octal21730176320104301236362
Binary10001111110000011111101101001000100110001010011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,193,62); }

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

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

 a { background-color: rgb(143,193,62); }

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

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

 span { border-color: rgb(143,193,62); }

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