Html Css Color HEX #8CC63C Atlantis

📋 copy color: '#8CC63C'

red 140 ◦ green 198 ◦ blue 60

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

Shades of Atlantis #8CC63C

Tints of Atlantis #8CC63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.75%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 35.18%
G = 49.75%
B = 15.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#8CC63C (or 0x8CC63C) is known color: Atlantis. HEX triplet: 8C, C6 and 3C. RGB value is (140,198,60). Sum of RGB (Red+Green+Blue) = 140+198+60=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC63C is #7339C3. Grayscale: #A5A5A5. Windows color (decimal): -7551428 or 3982988. OLE color: 3982988.

HSL color Cylindrical-coordinate representation of color #8CC63C: hue angle of 85.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CC63C is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 198 60 -
CMYK 0.29 0 0.70 0.22
HSL 85.22º 0.55% 0.51% -
HSV(B) 85.22º 0.7% 0.78% -
XYZ 31.82 46.29 11.53 -
YUV 164.93 68.78 110.22 -
System Red Green Blue C M Y K H S L
Decimal 140 198 60 0.29 0 0.70 0.22 85.22 0.55 0.51
Hex 8C C6 3C 1D 0 46 16 55 37 33
Octal 214 306 74 35 0 106 26 125 67 63
Binary 10001100 11000110 111100 11101 0 1000110 10110 1010101 110111 110011

Color Harmonies of #8CC63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC63C

Black with #8CC63C

Text Example


Text Example

White with #8CC63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,198,60); }

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

background-color css

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

 a { background-color: rgb(140,198,60); }

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

border-color css

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

 span { border-color: rgb(140,198,60); }

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