Html Css Color HEX #8EC93D Atlantis

📋 copy color: '#8EC93D'

red 142 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #8EC93D

Tints of Atlantis #8EC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.75%

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

R = 35.15%
G = 49.75%
B = 15.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#8EC93D (or 0x8EC93D) is known color: Atlantis. HEX triplet: 8E, C9 and 3D. RGB value is (142,201,61). Sum of RGB (Red+Green+Blue) = 142+201+61=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC93D is #7136C2. Grayscale: #A7A7A7. Windows color (decimal): -7419587 or 4049294. OLE color: 4049294.

HSL color Cylindrical-coordinate representation of color #8EC93D: hue angle of 85.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EC93D is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 201 61 -
CMYK 0.29 0 0.70 0.21
HSL 85.29º 0.56% 0.51% -
HSV(B) 85.29º 0.7% 0.79% -
XYZ 32.88 47.86 11.92 -
YUV 167.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 142 201 61 0.29 0 0.70 0.21 85.29 0.56 0.51
Hex 8E C9 3D 1D 0 46 15 55 38 33
Octal 216 311 75 35 0 106 25 125 70 63
Binary 10001110 11001001 111101 11101 0 1000110 10101 1010101 111000 110011

Color Harmonies of #8EC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC93D

Black with #8EC93D

Text Example


Text Example

White with #8EC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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