Html Css Color HEX #8CC147 Atlantis

📋 copy color: '#8CC147'

red 140 ◦ green 193 ◦ blue 71

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

Shades of Atlantis #8CC147

Tints of Atlantis #8CC147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

 BLUE value IS 71 (28.13% from 255) = 17.57%

R = 34.65%
G = 47.77%
B = 17.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#8CC147 (or 0x8CC147) is known color: Atlantis. HEX triplet: 8C, C1 and 47. RGB value is (140,193,71). Sum of RGB (Red+Green+Blue) = 140+193+71=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC147 is #733EB8. Grayscale: #A3A3A3. Windows color (decimal): -7552697 or 4702604. OLE color: 4702604.

HSL color Cylindrical-coordinate representation of color #8CC147: hue angle of 86.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CC147 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 193 71 -
CMYK 0.27 0 0.63 0.24
HSL 86.07º 0.5% 0.52% -
HSV(B) 86.07º 0.63% 0.76% -
XYZ 31.02 44.17 12.85 -
YUV 163.25 75.94 111.42 -
System Red Green Blue C M Y K H S L
Decimal 140 193 71 0.27 0 0.63 0.24 86.07 0.5 0.52
Hex 8C C1 47 1B 0 3F 18 56 32 34
Octal 214 301 107 33 0 77 30 126 62 64
Binary 10001100 11000001 1000111 11011 0 111111 11000 1010110 110010 110100

Color Harmonies of #8CC147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC147

Black with #8CC147

Text Example


Text Example

White with #8CC147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,193,71); }

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

background-color css

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

 a { background-color: rgb(140,193,71); }

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

border-color css

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

 span { border-color: rgb(140,193,71); }

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