#8CCC4A

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

Shades of Atlantis #8CCC4A

Tints of Atlantis #8CCC4A

Color information

#8CCC4A (or 0x8CCC4A) is unknown color: approx Atlantis. HEX triplet: 8C, CC and 4A. RGB value is (140,204,74). Sum of RGB (Red+Green+Blue) = 140+204+74=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC4A is #7333B5. Grayscale: #AAAAAA. Windows color (decimal): -7549878 or 4902028. OLE color: 4902028.

HSL color Cylindrical-coordinate representation of color #8CCC4A: hue angle of 89.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CCC4A is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB14020474-
CMYK0.3100.640.2
HSL89.54º56.03%54.51%-
HSV(B)89.54º63.73%80%-
XYZ33.6449.2614.21-
YUV170.0473.8106.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 204 (80.08% from 255) = 48.80%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=33.49%
G=48.80%
B=17.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140204740.3100.640.289.5456.0354.51
Hex8CCC4A1F040145a3837
Octal214314112370100241327067
Binary100011001100110010010101111101000000101001011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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