Html Css Color HEX #8ABC40 Atlantis

📋 copy color: '#8ABC40'

red 138 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #8ABC40

Tints of Atlantis #8ABC40

RGB

 RED value IS 138 (54.3% from 255) = 35.38%

 GREEN value IS 188 (73.83% from 255) = 48.21%

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

R = 35.38%
G = 48.21%
B = 16.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#8ABC40 (or 0x8ABC40) is known color: Atlantis. HEX triplet: 8A, BC and 40. RGB value is (138,188,64). Sum of RGB (Red+Green+Blue) = 138+188+64=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC40 is #7543BF. Grayscale: #9F9F9F. Windows color (decimal): -7685056 or 4242570. OLE color: 4242570.

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

Color convert

RGB 138 188 64 -
CMYK 0.27 0 0.66 0.26
HSL 84.19º 0.49% 0.49% -
HSV(B) 84.19º 0.66% 0.74% -
XYZ 29.39 41.74 11.36 -
YUV 158.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 138 188 64 0.27 0 0.66 0.26 84.19 0.49 0.49
Hex 8A BC 40 1B 0 42 1A 54 31 31
Octal 212 274 100 33 0 102 32 124 61 61
Binary 10001010 10111100 1000000 11011 0 1000010 11010 1010100 110001 110001

Color Harmonies of #8ABC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC40

Black with #8ABC40

Text Example


Text Example

White with #8ABC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,188,64); }

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

background-color css

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

 a { background-color: rgb(138,188,64); }

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

border-color css

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

 span { border-color: rgb(138,188,64); }

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