Html Css Color HEX #86E446 Atlantis

📋 copy color: '#86E446'

red 134 ◦ green 228 ◦ blue 70

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

Shades of Atlantis #86E446

Tints of Atlantis #86E446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.78%

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

R = 31.02%
G = 52.78%
B = 16.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#86E446 (or 0x86E446) is known color: Atlantis. HEX triplet: 86, E4 and 46. RGB value is (134,228,70). Sum of RGB (Red+Green+Blue) = 134+228+70=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #86E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E446 is #791BB9. Grayscale: #B6B6B6. Windows color (decimal): -7936954 or 4646022. OLE color: 4646022.

HSL color Cylindrical-coordinate representation of color #86E446: hue angle of 95.7º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86E446 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 228 70 -
CMYK 0.41 0 0.69 0.11
HSL 95.7º 0.75% 0.58% -
HSV(B) 95.7º 0.69% 0.89% -
XYZ 38.68 61 15.53 -
YUV 181.88 64.86 93.85 -
System Red Green Blue C M Y K H S L
Decimal 134 228 70 0.41 0 0.69 0.11 95.7 0.75 0.58
Hex 86 E4 46 29 0 45 B 60 4B 3A
Octal 206 344 106 51 0 105 13 140 113 72
Binary 10000110 11100100 1000110 101001 0 1000101 1011 1100000 1001011 111010

Color Harmonies of #86E446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E446

Black with #86E446

Text Example


Text Example

White with #86E446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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