#8CCE3D

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

Shades of Atlantis #8CCE3D

Tints of Atlantis #8CCE3D

Color information

#8CCE3D (or 0x8CCE3D) is unknown color: approx Atlantis. HEX triplet: 8C, CE and 3D. RGB value is (140,206,61). Sum of RGB (Red+Green+Blue) = 140+206+61=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCE3D is #7331C2. Grayscale: #AAAAAA. Windows color (decimal): -7549379 or 4050572. OLE color: 4050572.

HSL color Cylindrical-coordinate representation of color #8CCE3D: hue angle of 87.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CCE3D is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB14020661-
CMYK0.3200.700.19
HSL87.31º59.67%52.35%-
HSV(B)87.31º70.39%80.78%-
XYZ33.7350.0512.3-
YUV169.7466.63106.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 206 (80.86% from 255) = 50.61%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=34.40%
G=50.61%
B=14.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal140206610.3200.700.1987.3159.6752.35
Hex8CCE3D2004613573c34
Octal21431675400106231277464
Binary100011001100111011110110000001000110100111010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,206,61); }

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

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

 a { background-color: rgb(140,206,61); }

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

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

 span { border-color: rgb(140,206,61); }

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