Html Css Color HEX #8EDB3C Atlantis

📋 copy color: '#8EDB3C'

red 142 ◦ green 219 ◦ blue 60

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

Shades of Atlantis #8EDB3C

Tints of Atlantis #8EDB3C

RGB

 RED value IS 142 (55.86% from 255) = 33.73%

 GREEN value IS 219 (85.94% from 255) = 52.02%

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 33.73%
G = 52.02%
B = 14.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#8EDB3C (or 0x8EDB3C) is known color: Atlantis. HEX triplet: 8E, DB and 3C. RGB value is (142,219,60). Sum of RGB (Red+Green+Blue) = 142+219+60=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDB3C is #7124C3. Grayscale: #B2B2B2. Windows color (decimal): -7414980 or 3988366. OLE color: 3988366.

HSL color Cylindrical-coordinate representation of color #8EDB3C: hue angle of 89.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EDB3C is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 60 -
CMYK 0.35 0 0.73 0.14
HSL 89.06º 0.69% 0.55% -
HSV(B) 89.06º 0.73% 0.86% -
XYZ 37.3 56.74 13.26 -
YUV 177.85 61.49 102.43 -
System Red Green Blue C M Y K H S L
Decimal 142 219 60 0.35 0 0.73 0.14 89.06 0.69 0.55
Hex 8E DB 3C 23 0 49 E 59 45 37
Octal 216 333 74 43 0 111 16 131 105 67
Binary 10001110 11011011 111100 100011 0 1001001 1110 1011001 1000101 110111

Color Harmonies of #8EDB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB3C

Black with #8EDB3C

Text Example


Text Example

White with #8EDB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,60); }

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

background-color css

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

 a { background-color: rgb(142,219,60); }

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

border-color css

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

 span { border-color: rgb(142,219,60); }

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