Html Css Color HEX #86D13A Atlantis

📋 copy color: '#86D13A'

red 134 ◦ green 209 ◦ blue 58

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

Shades of Atlantis #86D13A

Tints of Atlantis #86D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 33.42%
G = 52.12%
B = 14.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#86D13A (or 0x86D13A) is known color: Atlantis. HEX triplet: 86, D1 and 3A. RGB value is (134,209,58). Sum of RGB (Red+Green+Blue) = 134+209+58=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #86D13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D13A is #792EC5. Grayscale: #A9A9A9. Windows color (decimal): -7941830 or 3854726. OLE color: 3854726.

HSL color Cylindrical-coordinate representation of color #86D13A: hue angle of 89.8º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86D13A is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 209 58 -
CMYK 0.36 0 0.72 0.18
HSL 89.8º 0.62% 0.52% -
HSV(B) 89.8º 0.72% 0.82% -
XYZ 33.4 50.97 12.08 -
YUV 169.36 65.15 102.78 -
System Red Green Blue C M Y K H S L
Decimal 134 209 58 0.36 0 0.72 0.18 89.8 0.62 0.52
Hex 86 D1 3A 24 0 48 12 5A 3E 34
Octal 206 321 72 44 0 110 22 132 76 64
Binary 10000110 11010001 111010 100100 0 1001000 10010 1011010 111110 110100

Color Harmonies of #86D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D13A

Black with #86D13A

Text Example


Text Example

White with #86D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,209,58); }

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

background-color css

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

 a { background-color: rgb(134,209,58); }

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

border-color css

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

 span { border-color: rgb(134,209,58); }

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