Html Css Color HEX #8ED348 Atlantis

📋 copy color: '#8ED348'

red 142 ◦ green 211 ◦ blue 72

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

Shades of Atlantis #8ED348

Tints of Atlantis #8ED348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.65%

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 33.41%
G = 49.65%
B = 16.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#8ED348 (or 0x8ED348) is known color: Atlantis. HEX triplet: 8E, D3 and 48. RGB value is (142,211,72). Sum of RGB (Red+Green+Blue) = 142+211+72=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED348 is #712CB7. Grayscale: #AFAFAF. Windows color (decimal): -7417016 or 4772750. OLE color: 4772750.

HSL color Cylindrical-coordinate representation of color #8ED348: hue angle of 89.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ED348 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 72 -
CMYK 0.33 0 0.66 0.17
HSL 89.78º 0.61% 0.55% -
HSV(B) 89.78º 0.66% 0.83% -
XYZ 35.62 52.81 14.45 -
YUV 174.52 70.14 104.8 -
System Red Green Blue C M Y K H S L
Decimal 142 211 72 0.33 0 0.66 0.17 89.78 0.61 0.55
Hex 8E D3 48 21 0 42 11 5A 3D 37
Octal 216 323 110 41 0 102 21 132 75 67
Binary 10001110 11010011 1001000 100001 0 1000010 10001 1011010 111101 110111

Color Harmonies of #8ED348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED348

Black with #8ED348

Text Example


Text Example

White with #8ED348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,72); }

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

background-color css

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

 a { background-color: rgb(142,211,72); }

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

border-color css

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

 span { border-color: rgb(142,211,72); }

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