Html Css Color HEX #8CC540 Atlantis

📋 copy color: '#8CC540'

red 140 ◦ green 197 ◦ blue 64

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

Shades of Atlantis #8CC540

Tints of Atlantis #8CC540

RGB

 RED value IS 140 (55.08% from 255) = 34.91%

 GREEN value IS 197 (77.34% from 255) = 49.13%

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

R = 34.91%
G = 49.13%
B = 15.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#8CC540 (or 0x8CC540) is known color: Atlantis. HEX triplet: 8C, C5 and 40. RGB value is (140,197,64). Sum of RGB (Red+Green+Blue) = 140+197+64=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC540 is #733ABF. Grayscale: #A5A5A5. Windows color (decimal): -7551680 or 4244876. OLE color: 4244876.

HSL color Cylindrical-coordinate representation of color #8CC540: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CC540 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 197 64 -
CMYK 0.29 0 0.68 0.23
HSL 85.71º 0.53% 0.51% -
HSV(B) 85.71º 0.68% 0.77% -
XYZ 31.71 45.88 12.03 -
YUV 164.8 71.12 110.31 -
System Red Green Blue C M Y K H S L
Decimal 140 197 64 0.29 0 0.68 0.23 85.71 0.53 0.51
Hex 8C C5 40 1D 0 44 17 56 35 33
Octal 214 305 100 35 0 104 27 126 65 63
Binary 10001100 11000101 1000000 11101 0 1000100 10111 1010110 110101 110011

Color Harmonies of #8CC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC540

Black with #8CC540

Text Example


Text Example

White with #8CC540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,197,64); }

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

background-color css

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

 a { background-color: rgb(140,197,64); }

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

border-color css

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

 span { border-color: rgb(140,197,64); }

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