Html Css Color HEX #86D840 Atlantis

📋 copy color: '#86D840'

red 134 ◦ green 216 ◦ blue 64

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

Shades of Atlantis #86D840

Tints of Atlantis #86D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.17%

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

R = 32.37%
G = 52.17%
B = 15.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#86D840 (or 0x86D840) is known color: Atlantis. HEX triplet: 86, D8 and 40. RGB value is (134,216,64). Sum of RGB (Red+Green+Blue) = 134+216+64=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #86D840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D840 is #7927BF. Grayscale: #AEAEAE. Windows color (decimal): -7940032 or 4249734. OLE color: 4249734.

HSL color Cylindrical-coordinate representation of color #86D840: hue angle of 92.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86D840 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 216 64 -
CMYK 0.38 0 0.70 0.15
HSL 92.37º 0.66% 0.55% -
HSV(B) 92.37º 0.7% 0.85% -
XYZ 35.31 54.55 13.52 -
YUV 174.15 65.83 99.36 -
System Red Green Blue C M Y K H S L
Decimal 134 216 64 0.38 0 0.70 0.15 92.37 0.66 0.55
Hex 86 D8 40 26 0 46 F 5C 42 37
Octal 206 330 100 46 0 106 17 134 102 67
Binary 10000110 11011000 1000000 100110 0 1000110 1111 1011100 1000010 110111

Color Harmonies of #86D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D840

Black with #86D840

Text Example


Text Example

White with #86D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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