#8FCA41

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

Shades of Atlantis #8FCA41

Tints of Atlantis #8FCA41

Color information

#8FCA41 (or 0x8FCA41) is unknown color: approx Atlantis. HEX triplet: 8F, CA and 41. RGB value is (143,202,65). Sum of RGB (Red+Green+Blue) = 143+202+65=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCA41 is #7035BE. Grayscale: #A9A9A9. Windows color (decimal): -7353791 or 4311695. OLE color: 4311695.

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

Color convert

RGB14320265-
CMYK0.2900.680.21
HSL85.84º56.38%52.35%-
HSV(B)85.84º67.82%79.22%-
XYZ33.448.4612.59-
YUV168.7469.45109.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=34.88%
G=49.27%
B=15.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143202650.2900.680.2185.8456.3852.35
Hex8FCA411D04415563834
Octal217312101350104251267064
Binary100011111100101010000011110101000100101011010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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