Html Css Color HEX #8ABB40 Atlantis

📋 copy color: '#8ABB40'

red 138 ◦ green 187 ◦ blue 64

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

Shades of Atlantis #8ABB40

Tints of Atlantis #8ABB40

RGB

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

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

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

R = 35.48%
G = 48.07%
B = 16.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#8ABB40 (or 0x8ABB40) is known color: Atlantis. HEX triplet: 8A, BB and 40. RGB value is (138,187,64). Sum of RGB (Red+Green+Blue) = 138+187+64=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB40 is #7544BF. Grayscale: #9E9E9E. Windows color (decimal): -7685312 or 4242314. OLE color: 4242314.

HSL color Cylindrical-coordinate representation of color #8ABB40: hue angle of 83.9º 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 #8ABB40 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 187 64 -
CMYK 0.26 0 0.66 0.27
HSL 83.9º 0.49% 0.49% -
HSV(B) 83.9º 0.66% 0.73% -
XYZ 29.18 41.31 11.29 -
YUV 158.33 74.77 113.5 -
System Red Green Blue C M Y K H S L
Decimal 138 187 64 0.26 0 0.66 0.27 83.9 0.49 0.49
Hex 8A BB 40 1A 0 42 1B 54 31 31
Octal 212 273 100 32 0 102 33 124 61 61
Binary 10001010 10111011 1000000 11010 0 1000010 11011 1010100 110001 110001

Color Harmonies of #8ABB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABB40

Black with #8ABB40

Text Example


Text Example

White with #8ABB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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