Html Css Color HEX #8CDC4E Atlantis

📋 copy color: '#8CDC4E'

red 140 ◦ green 220 ◦ blue 78

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

Shades of Atlantis #8CDC4E

Tints of Atlantis #8CDC4E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.23%

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

R = 31.96%
G = 50.23%
B = 17.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#8CDC4E (or 0x8CDC4E) is known color: Atlantis. HEX triplet: 8C, DC and 4E. RGB value is (140,220,78). Sum of RGB (Red+Green+Blue) = 140+220+78=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC4E is #7323B1. Grayscale: #B4B4B4. Windows color (decimal): -7545778 or 5168268. OLE color: 5168268.

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

Color convert

RGB 140 220 78 -
CMYK 0.36 0 0.65 0.14
HSL 93.8º 0.67% 0.58% -
HSV(B) 93.8º 0.65% 0.86% -
XYZ 37.78 57.31 16.28 -
YUV 179.89 70.5 99.55 -
System Red Green Blue C M Y K H S L
Decimal 140 220 78 0.36 0 0.65 0.14 93.8 0.67 0.58
Hex 8C DC 4E 24 0 41 E 5E 43 3A
Octal 214 334 116 44 0 101 16 136 103 72
Binary 10001100 11011100 1001110 100100 0 1000001 1110 1011110 1000011 111010

Color Harmonies of #8CDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC4E

Black with #8CDC4E

Text Example


Text Example

White with #8CDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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