Html Css Color HEX #86D646 Atlantis

📋 copy color: '#86D646'

red 134 ◦ green 214 ◦ blue 70

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

Shades of Atlantis #86D646

Tints of Atlantis #86D646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 32.06%
G = 51.2%
B = 16.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#86D646 (or 0x86D646) is known color: Atlantis. HEX triplet: 86, D6 and 46. RGB value is (134,214,70). Sum of RGB (Red+Green+Blue) = 134+214+70=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #86D646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D646 is #7929B9. Grayscale: #AEAEAE. Windows color (decimal): -7940538 or 4642438. OLE color: 4642438.

HSL color Cylindrical-coordinate representation of color #86D646: hue angle of 93.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86D646 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 70 -
CMYK 0.37 0 0.67 0.16
HSL 93.33º 0.64% 0.56% -
HSV(B) 93.33º 0.67% 0.84% -
XYZ 34.98 53.6 14.3 -
YUV 173.66 69.5 99.71 -
System Red Green Blue C M Y K H S L
Decimal 134 214 70 0.37 0 0.67 0.16 93.33 0.64 0.56
Hex 86 D6 46 25 0 43 10 5D 40 38
Octal 206 326 106 45 0 103 20 135 100 70
Binary 10000110 11010110 1000110 100101 0 1000011 10000 1011101 1000000 111000

Color Harmonies of #86D646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D646

Black with #86D646

Text Example


Text Example

White with #86D646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,70); }

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

background-color css

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

 a { background-color: rgb(134,214,70); }

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

border-color css

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

 span { border-color: rgb(134,214,70); }

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