Html Css Color HEX #8EC74D Atlantis

📋 copy color: '#8EC74D'

red 142 ◦ green 199 ◦ blue 77

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

Shades of Atlantis #8EC74D

Tints of Atlantis #8EC74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 33.97%
G = 47.61%
B = 18.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#8EC74D (or 0x8EC74D) is known color: Atlantis. HEX triplet: 8E, C7 and 4D. RGB value is (142,199,77). Sum of RGB (Red+Green+Blue) = 142+199+77=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC74D is #7138B2. Grayscale: #A8A8A8. Windows color (decimal): -7420083 or 5097358. OLE color: 5097358.

HSL color Cylindrical-coordinate representation of color #8EC74D: hue angle of 88.03º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EC74D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 199 77 -
CMYK 0.29 0 0.61 0.22
HSL 88.03º 0.52% 0.54% -
HSV(B) 88.03º 0.61% 0.78% -
XYZ 32.92 47.13 14.38 -
YUV 168.05 76.62 109.42 -
System Red Green Blue C M Y K H S L
Decimal 142 199 77 0.29 0 0.61 0.22 88.03 0.52 0.54
Hex 8E C7 4D 1D 0 3D 16 58 34 36
Octal 216 307 115 35 0 75 26 130 64 66
Binary 10001110 11000111 1001101 11101 0 111101 10110 1011000 110100 110110

Color Harmonies of #8EC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC74D

Black with #8EC74D

Text Example


Text Example

White with #8EC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,199,77); }

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

background-color css

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

 a { background-color: rgb(142,199,77); }

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

border-color css

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

 span { border-color: rgb(142,199,77); }

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