Html Css Color HEX #86C140 Atlantis

📋 copy color: '#86C140'

red 134 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #86C140

Tints of Atlantis #86C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 34.27%
G = 49.36%
B = 16.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#86C140 (or 0x86C140) is known color: Atlantis. HEX triplet: 86, C1 and 40. RGB value is (134,193,64). Sum of RGB (Red+Green+Blue) = 134+193+64=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #86C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C140 is #793EBF. Grayscale: #A1A1A1. Windows color (decimal): -7945920 or 4243846. OLE color: 4243846.

HSL color Cylindrical-coordinate representation of color #86C140: hue angle of 87.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86C140 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 193 64 -
CMYK 0.31 0 0.67 0.24
HSL 87.44º 0.51% 0.5% -
HSV(B) 87.44º 0.67% 0.76% -
XYZ 29.83 43.58 11.69 -
YUV 160.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 134 193 64 0.31 0 0.67 0.24 87.44 0.51 0.5
Hex 86 C1 40 1F 0 43 18 57 33 32
Octal 206 301 100 37 0 103 30 127 63 62
Binary 10000110 11000001 1000000 11111 0 1000011 11000 1010111 110011 110010

Color Harmonies of #86C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C140

Black with #86C140

Text Example


Text Example

White with #86C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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