Html Css Color HEX #8CDA4E Atlantis

📋 copy color: '#8CDA4E'

red 140 ◦ green 218 ◦ blue 78

#8CDA4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8CDA4E

Tints of Atlantis #8CDA4E

RGB

 RED value IS 140 (55.08% from 255) = 32.11%

 GREEN value IS 218 (85.55% from 255) = 50%

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 32.11%
G = 50%
B = 17.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#8CDA4E (or 0x8CDA4E) is known color: Atlantis. HEX triplet: 8C, DA and 4E. RGB value is (140,218,78). Sum of RGB (Red+Green+Blue) = 140+218+78=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA4E is #7325B1. Grayscale: #B3B3B3. Windows color (decimal): -7546290 or 5167756. OLE color: 5167756.

HSL color Cylindrical-coordinate representation of color #8CDA4E: hue angle of 93.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CDA4E is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 78 -
CMYK 0.36 0 0.64 0.15
HSL 93.43º 0.65% 0.58% -
HSV(B) 93.43º 0.64% 0.85% -
XYZ 37.26 56.27 16.1 -
YUV 178.72 71.16 100.38 -
System Red Green Blue C M Y K H S L
Decimal 140 218 78 0.36 0 0.64 0.15 93.43 0.65 0.58
Hex 8C DA 4E 24 0 40 F 5D 41 3A
Octal 214 332 116 44 0 100 17 135 101 72
Binary 10001100 11011010 1001110 100100 0 1000000 1111 1011101 1000001 111010

Color Harmonies of #8CDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA4E

Black with #8CDA4E

Text Example


Text Example

White with #8CDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,78); }

 H1.HeaderClassName
 {
   color: #8CDA4E;
 }
 .AnyTagClassName
 {
   color: #8CDA4E;
 }
</style>

background-color css

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

 a { background-color: rgb(140,218,78); }

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

border-color css

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

 span { border-color: rgb(140,218,78); }

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