Html Css Color HEX #8EC14B Atlantis

📋 copy color: '#8EC14B'

red 142 ◦ green 193 ◦ blue 75

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

Shades of Atlantis #8EC14B

Tints of Atlantis #8EC14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 34.63%
G = 47.07%
B = 18.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#8EC14B (or 0x8EC14B) is known color: Atlantis. HEX triplet: 8E, C1 and 4B. RGB value is (142,193,75). Sum of RGB (Red+Green+Blue) = 142+193+75=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC14B is #713EB4. Grayscale: #A4A4A4. Windows color (decimal): -7421621 or 4964750. OLE color: 4964750.

HSL color Cylindrical-coordinate representation of color #8EC14B: hue angle of 85.93º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC14B is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 193 75 -
CMYK 0.26 0 0.61 0.24
HSL 85.93º 0.49% 0.53% -
HSV(B) 85.93º 0.61% 0.76% -
XYZ 31.5 44.4 13.57 -
YUV 164.3 77.6 112.09 -
System Red Green Blue C M Y K H S L
Decimal 142 193 75 0.26 0 0.61 0.24 85.93 0.49 0.53
Hex 8E C1 4B 1A 0 3D 18 56 31 35
Octal 216 301 113 32 0 75 30 126 61 65
Binary 10001110 11000001 1001011 11010 0 111101 11000 1010110 110001 110101

Color Harmonies of #8EC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC14B

Black with #8EC14B

Text Example


Text Example

White with #8EC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,193,75); }

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

background-color css

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

 a { background-color: rgb(142,193,75); }

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

border-color css

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

 span { border-color: rgb(142,193,75); }

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