Html Css Color HEX #8BC040 Atlantis

📋 copy color: '#8BC040'

red 139 ◦ green 192 ◦ blue 64

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

Shades of Atlantis #8BC040

Tints of Atlantis #8BC040

RGB

 RED value IS 139 (54.69% from 255) = 35.19%

 GREEN value IS 192 (75.39% from 255) = 48.61%

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

R = 35.19%
G = 48.61%
B = 16.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#8BC040 (or 0x8BC040) is known color: Atlantis. HEX triplet: 8B, C0 and 40. RGB value is (139,192,64). Sum of RGB (Red+Green+Blue) = 139+192+64=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC040 is #743FBF. Grayscale: #A2A2A2. Windows color (decimal): -7618496 or 4243595. OLE color: 4243595.

HSL color Cylindrical-coordinate representation of color #8BC040: hue angle of 84.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BC040 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 192 64 -
CMYK 0.28 0 0.67 0.25
HSL 84.84º 0.5% 0.5% -
HSV(B) 84.84º 0.67% 0.75% -
XYZ 30.42 43.56 11.65 -
YUV 161.56 72.94 111.91 -
System Red Green Blue C M Y K H S L
Decimal 139 192 64 0.28 0 0.67 0.25 84.84 0.5 0.5
Hex 8B C0 40 1C 0 43 19 55 32 32
Octal 213 300 100 34 0 103 31 125 62 62
Binary 10001011 11000000 1000000 11100 0 1000011 11001 1010101 110010 110010

Color Harmonies of #8BC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC040

Black with #8BC040

Text Example


Text Example

White with #8BC040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,192,64); }

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

background-color css

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

 a { background-color: rgb(139,192,64); }

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

border-color css

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

 span { border-color: rgb(139,192,64); }

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