Html Css Color HEX #8BC840 Atlantis

📋 copy color: '#8BC840'

red 139 ◦ green 200 ◦ blue 64

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

Shades of Atlantis #8BC840

Tints of Atlantis #8BC840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.63%

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

R = 34.49%
G = 49.63%
B = 15.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#8BC840 (or 0x8BC840) is known color: Atlantis. HEX triplet: 8B, C8 and 40. RGB value is (139,200,64). Sum of RGB (Red+Green+Blue) = 139+200+64=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC840 is #7437BF. Grayscale: #A6A6A6. Windows color (decimal): -7616448 or 4245643. OLE color: 4245643.

HSL color Cylindrical-coordinate representation of color #8BC840: hue angle of 86.91º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BC840 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 200 64 -
CMYK 0.30 0 0.68 0.22
HSL 86.91º 0.55% 0.52% -
HSV(B) 86.91º 0.68% 0.78% -
XYZ 32.23 47.17 12.26 -
YUV 166.26 70.29 108.56 -
System Red Green Blue C M Y K H S L
Decimal 139 200 64 0.30 0 0.68 0.22 86.91 0.55 0.52
Hex 8B C8 40 1E 0 44 16 57 37 34
Octal 213 310 100 36 0 104 26 127 67 64
Binary 10001011 11001000 1000000 11110 0 1000100 10110 1010111 110111 110100

Color Harmonies of #8BC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC840

Black with #8BC840

Text Example


Text Example

White with #8BC840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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