Html Css Color HEX #8CC149 Atlantis

📋 copy color: '#8CC149'

red 140 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #8CC149

Tints of Atlantis #8CC149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 34.48%
G = 47.54%
B = 17.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#8CC149 (or 0x8CC149) is known color: Atlantis. HEX triplet: 8C, C1 and 49. RGB value is (140,193,73). Sum of RGB (Red+Green+Blue) = 140+193+73=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC149 is #733EB6. Grayscale: #A3A3A3. Windows color (decimal): -7552695 or 4833676. OLE color: 4833676.

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

Color convert

RGB 140 193 73 -
CMYK 0.27 0 0.62 0.24
HSL 86.5º 0.49% 0.52% -
HSV(B) 86.5º 0.62% 0.76% -
XYZ 31.09 44.2 13.2 -
YUV 163.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 140 193 73 0.27 0 0.62 0.24 86.5 0.49 0.52
Hex 8C C1 49 1B 0 3E 18 56 31 34
Octal 214 301 111 33 0 76 30 126 61 64
Binary 10001100 11000001 1001001 11011 0 111110 11000 1010110 110001 110100

Color Harmonies of #8CC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC149

Black with #8CC149

Text Example


Text Example

White with #8CC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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