Html Css Color HEX #8EE13D Atlantis

📋 copy color: '#8EE13D'

red 142 ◦ green 225 ◦ blue 61

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

Shades of Atlantis #8EE13D

Tints of Atlantis #8EE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.57%

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 33.18%
G = 52.57%
B = 14.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#8EE13D (or 0x8EE13D) is known color: Atlantis. HEX triplet: 8E, E1 and 3D. RGB value is (142,225,61). Sum of RGB (Red+Green+Blue) = 142+225+61=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE13D is #711EC2. Grayscale: #B6B6B6. Windows color (decimal): -7413443 or 4055438. OLE color: 4055438.

HSL color Cylindrical-coordinate representation of color #8EE13D: hue angle of 90.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EE13D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 225 61 -
CMYK 0.37 0 0.73 0.12
HSL 90.37º 0.73% 0.56% -
HSV(B) 90.37º 0.73% 0.88% -
XYZ 38.92 59.94 13.93 -
YUV 181.49 60 99.84 -
System Red Green Blue C M Y K H S L
Decimal 142 225 61 0.37 0 0.73 0.12 90.37 0.73 0.56
Hex 8E E1 3D 25 0 49 C 5A 49 38
Octal 216 341 75 45 0 111 14 132 111 70
Binary 10001110 11100001 111101 100101 0 1001001 1100 1011010 1001001 111000

Color Harmonies of #8EE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE13D

Black with #8EE13D

Text Example


Text Example

White with #8EE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,225,61); }

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

background-color css

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

 a { background-color: rgb(142,225,61); }

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

border-color css

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

 span { border-color: rgb(142,225,61); }

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