Html Css Color HEX #8CC842 Atlantis

📋 copy color: '#8CC842'

red 140 ◦ green 200 ◦ blue 66

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

Shades of Atlantis #8CC842

Tints of Atlantis #8CC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 34.48%
G = 49.26%
B = 16.26%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#8CC842 (or 0x8CC842) is known color: Atlantis. HEX triplet: 8C, C8 and 42. RGB value is (140,200,66). Sum of RGB (Red+Green+Blue) = 140+200+66=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC842 is #7337BD. Grayscale: #A7A7A7. Windows color (decimal): -7550910 or 4376716. OLE color: 4376716.

HSL color Cylindrical-coordinate representation of color #8CC842: hue angle of 86.87º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CC842 is Cyan = 0.3, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 66 -
CMYK 0.3 0 0.67 0.22
HSL 86.87º 0.55% 0.52% -
HSV(B) 86.87º 0.67% 0.78% -
XYZ 32.45 47.28 12.57 -
YUV 166.78 71.12 108.9 -
System Red Green Blue C M Y K H S L
Decimal 140 200 66 0.3 0 0.67 0.22 86.87 0.55 0.52
Hex 8C C8 42 1E 0 43 16 57 37 34
Octal 214 310 102 36 0 103 26 127 67 64
Binary 10001100 11001000 1000010 11110 0 1000011 10110 1010111 110111 110100

Color Harmonies of #8CC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC842

Black with #8CC842

Text Example


Text Example

White with #8CC842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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