#8fca44

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

Shades of Atlantis #8FCA44

Tints of Atlantis #8FCA44

Color information

#8FCA44 (or 0x8FCA44) is unknown color: approx Atlantis. HEX triplet: 8F, CA and 44. RGB value is (143,202,68). Sum of RGB (Red+Green+Blue) = 143+202+68=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCA44 is #7035BB. Grayscale: #A9A9A9. Windows color (decimal): -7353788 or 4508303. OLE color: 4508303.

HSL color Cylindrical-coordinate representation of color #8FCA44: hue angle of 86.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FCA44 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB14320268-
CMYK0.2900.660.21
HSL86.42º55.83%52.94%-
HSV(B)86.42º66.34%79.22%-
XYZ33.4948.513.06-
YUV169.0870.95109.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.62%
GREEN value IS 202 (79.30% from 255) = 48.91%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=34.62%
G=48.91%
B=16.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143202680.2900.660.2186.4255.8352.94
Hex8FCA441D04215563835
Octal217312104350102251267065
Binary100011111100101010001001110101000010101011010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fca44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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