#8FC444

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

Shades of Atlantis #8FC444

Tints of Atlantis #8FC444

Color information

#8FC444 (or 0x8FC444) is unknown color: approx Atlantis. HEX triplet: 8F, C4 and 44. RGB value is (143,196,68). Sum of RGB (Red+Green+Blue) = 143+196+68=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC444 is #703BBB. Grayscale: #A6A6A6. Windows color (decimal): -7355324 or 4506767. OLE color: 4506767.

HSL color Cylindrical-coordinate representation of color #8FC444: hue angle of 84.84º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FC444 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB14319668-
CMYK0.2700.650.23
HSL84.84º52.03%51.76%-
HSV(B)84.84º65.31%76.86%-
XYZ32.1145.7412.6-
YUV165.5672.94111.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 68 (26.95% from 255) = 16.71%
R=35.14%
G=48.16%
B=16.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal143196680.2700.650.2384.8452.0351.76
Hex8FC4441B04117553434
Octal217304104330101271256464
Binary100011111100010010001001101101000001101111010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,196,68); }

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

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

 a { background-color: rgb(143,196,68); }

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

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

 span { border-color: rgb(143,196,68); }

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