Html Css Color HEX #8CC142 Atlantis

📋 copy color: '#8CC142'

red 140 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #8CC142

Tints of Atlantis #8CC142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 35.09%
G = 48.37%
B = 16.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#8CC142 (or 0x8CC142) is known color: Atlantis. HEX triplet: 8C, C1 and 42. RGB value is (140,193,66). Sum of RGB (Red+Green+Blue) = 140+193+66=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC142 is #733EBD. Grayscale: #A3A3A3. Windows color (decimal): -7552702 or 4374924. OLE color: 4374924.

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

Color convert

RGB 140 193 66 -
CMYK 0.27 0 0.66 0.24
HSL 85.04º 0.51% 0.51% -
HSV(B) 85.04º 0.66% 0.76% -
XYZ 30.87 44.11 12.04 -
YUV 162.68 73.44 111.83 -
System Red Green Blue C M Y K H S L
Decimal 140 193 66 0.27 0 0.66 0.24 85.04 0.51 0.51
Hex 8C C1 42 1B 0 42 18 55 33 33
Octal 214 301 102 33 0 102 30 125 63 63
Binary 10001100 11000001 1000010 11011 0 1000010 11000 1010101 110011 110011

Color Harmonies of #8CC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC142

Black with #8CC142

Text Example


Text Example

White with #8CC142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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