Html Css Color HEX #86C142 Atlantis

📋 copy color: '#86C142'

red 134 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #86C142

Tints of Atlantis #86C142

RGB

 RED value IS 134 (52.73% from 255) = 34.1%

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

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

R = 34.1%
G = 49.11%
B = 16.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#86C142 (or 0x86C142) is known color: Atlantis. HEX triplet: 86, C1 and 42. RGB value is (134,193,66). Sum of RGB (Red+Green+Blue) = 134+193+66=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #86C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C142 is #793EBD. Grayscale: #A1A1A1. Windows color (decimal): -7945918 or 4374918. OLE color: 4374918.

HSL color Cylindrical-coordinate representation of color #86C142: hue angle of 87.87º 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 #86C142 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 66 -
CMYK 0.31 0 0.66 0.24
HSL 87.87º 0.51% 0.51% -
HSV(B) 87.87º 0.66% 0.76% -
XYZ 29.88 43.6 12 -
YUV 160.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 134 193 66 0.31 0 0.66 0.24 87.87 0.51 0.51
Hex 86 C1 42 1F 0 42 18 58 33 33
Octal 206 301 102 37 0 102 30 130 63 63
Binary 10000110 11000001 1000010 11111 0 1000010 11000 1011000 110011 110011

Color Harmonies of #86C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C142

Black with #86C142

Text Example


Text Example

White with #86C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86C142; }

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

 H1.HeaderClassName
 {
   color: #86C142;
 }
 .AnyTagClassName
 {
   color: #86C142;
 }
</style>

background-color css

<style>
 a { background-color: #86C142; }

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

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

border-color css

<style>
 span { border-color: #86C142; }

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

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