Html Css Color HEX #8EBB40 Atlantis

📋 copy color: '#8EBB40'

red 142 ◦ green 187 ◦ blue 64

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

Shades of Atlantis #8EBB40

Tints of Atlantis #8EBB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.58%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 36.13%
G = 47.58%
B = 16.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#8EBB40 (or 0x8EBB40) is known color: Atlantis. HEX triplet: 8E, BB and 40. RGB value is (142,187,64). Sum of RGB (Red+Green+Blue) = 142+187+64=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBB40 is #7144BF. Grayscale: #9F9F9F. Windows color (decimal): -7423168 or 4242318. OLE color: 4242318.

HSL color Cylindrical-coordinate representation of color #8EBB40: hue angle of 81.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EBB40 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 187 64 -
CMYK 0.24 0 0.66 0.27
HSL 81.95º 0.49% 0.49% -
HSV(B) 81.95º 0.66% 0.73% -
XYZ 29.85 41.66 11.32 -
YUV 159.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 142 187 64 0.24 0 0.66 0.27 81.95 0.49 0.49
Hex 8E BB 40 18 0 42 1B 52 31 31
Octal 216 273 100 30 0 102 33 122 61 61
Binary 10001110 10111011 1000000 11000 0 1000010 11011 1010010 110001 110001

Color Harmonies of #8EBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBB40

Black with #8EBB40

Text Example


Text Example

White with #8EBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,187,64); }

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

background-color css

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

 a { background-color: rgb(142,187,64); }

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

border-color css

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

 span { border-color: rgb(142,187,64); }

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