#8CC44A

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

Shades of Atlantis #8CC44A

Tints of Atlantis #8CC44A

Color information

#8CC44A (or 0x8CC44A) is unknown color: approx Atlantis. HEX triplet: 8C, C4 and 4A. RGB value is (140,196,74). Sum of RGB (Red+Green+Blue) = 140+196+74=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC44A is #733BB5. Grayscale: #A5A5A5. Windows color (decimal): -7551926 or 4899980. OLE color: 4899980.

HSL color Cylindrical-coordinate representation of color #8CC44A: hue angle of 87.54º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CC44A is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB14019674-
CMYK0.2900.620.23
HSL87.54º50.83%52.94%-
HSV(B)87.54º62.24%76.86%-
XYZ31.7945.5513.59-
YUV165.3576.45109.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 196 (76.95% from 255) = 47.80%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=34.15%
G=47.80%
B=18.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140196740.2900.620.2387.5450.8352.94
Hex8CC44A1D03E17583335
Octal21430411235076271306365
Binary10001100110001001001010111010111110101111011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,74); }

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

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

 a { background-color: rgb(140,196,74); }

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

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

 span { border-color: rgb(140,196,74); }

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