Html Css Color HEX #8EC34B Atlantis

📋 copy color: '#8EC34B'

red 142 ◦ green 195 ◦ blue 75

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

Shades of Atlantis #8EC34B

Tints of Atlantis #8EC34B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

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

R = 34.47%
G = 47.33%
B = 18.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#8EC34B (or 0x8EC34B) is known color: Atlantis. HEX triplet: 8E, C3 and 4B. RGB value is (142,195,75). Sum of RGB (Red+Green+Blue) = 142+195+75=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC34B is #713CB4. Grayscale: #A5A5A5. Windows color (decimal): -7421109 or 4965262. OLE color: 4965262.

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

Color convert

RGB 142 195 75 -
CMYK 0.27 0 0.62 0.24
HSL 86.5º 0.5% 0.53% -
HSV(B) 86.5º 0.62% 0.76% -
XYZ 31.94 45.29 13.71 -
YUV 165.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 142 195 75 0.27 0 0.62 0.24 86.5 0.5 0.53
Hex 8E C3 4B 1B 0 3E 18 56 32 35
Octal 216 303 113 33 0 76 30 126 62 65
Binary 10001110 11000011 1001011 11011 0 111110 11000 1010110 110010 110101

Color Harmonies of #8EC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC34B

Black with #8EC34B

Text Example


Text Example

White with #8EC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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