Html Css Color HEX #8EDE3E Atlantis

📋 copy color: '#8EDE3E'

red 142 ◦ green 222 ◦ blue 62

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

Shades of Atlantis #8EDE3E

Tints of Atlantis #8EDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.11%

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 33.33%
G = 52.11%
B = 14.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#8EDE3E (or 0x8EDE3E) is known color: Atlantis. HEX triplet: 8E, DE and 3E. RGB value is (142,222,62). Sum of RGB (Red+Green+Blue) = 142+222+62=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDE3E is #7121C1. Grayscale: #B4B4B4. Windows color (decimal): -7414210 or 4120206. OLE color: 4120206.

HSL color Cylindrical-coordinate representation of color #8EDE3E: hue angle of 90º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EDE3E is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 222 62 -
CMYK 0.36 0 0.72 0.13
HSL 90º 0.71% 0.56% -
HSV(B) 90º 0.72% 0.87% -
XYZ 38.15 58.34 13.81 -
YUV 179.84 61.5 101.01 -
System Red Green Blue C M Y K H S L
Decimal 142 222 62 0.36 0 0.72 0.13 90 0.71 0.56
Hex 8E DE 3E 24 0 48 D 5A 47 38
Octal 216 336 76 44 0 110 15 132 107 70
Binary 10001110 11011110 111110 100100 0 1001000 1101 1011010 1000111 111000

Color Harmonies of #8EDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE3E

Black with #8EDE3E

Text Example


Text Example

White with #8EDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,62); }

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

background-color css

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

 a { background-color: rgb(142,222,62); }

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

border-color css

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

 span { border-color: rgb(142,222,62); }

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