Html Css Color HEX #86E142 Atlantis

📋 copy color: '#86E142'

red 134 ◦ green 225 ◦ blue 66

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

Shades of Atlantis #86E142

Tints of Atlantis #86E142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.94%

 BLUE value IS 66 (26.17% from 255) = 15.53%

R = 31.53%
G = 52.94%
B = 15.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#86E142 (or 0x86E142) is known color: Atlantis. HEX triplet: 86, E1 and 42. RGB value is (134,225,66). Sum of RGB (Red+Green+Blue) = 134+225+66=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #86E142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E142 is #791EBD. Grayscale: #B4B4B4. Windows color (decimal): -7937726 or 4383110. OLE color: 4383110.

HSL color Cylindrical-coordinate representation of color #86E142: hue angle of 94.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86E142 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 66 -
CMYK 0.40 0 0.71 0.12
HSL 94.34º 0.73% 0.57% -
HSV(B) 94.34º 0.71% 0.88% -
XYZ 37.74 59.31 14.61 -
YUV 179.67 63.85 95.43 -
System Red Green Blue C M Y K H S L
Decimal 134 225 66 0.40 0 0.71 0.12 94.34 0.73 0.57
Hex 86 E1 42 28 0 47 C 5E 49 39
Octal 206 341 102 50 0 107 14 136 111 71
Binary 10000110 11100001 1000010 101000 0 1000111 1100 1011110 1001001 111001

Color Harmonies of #86E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E142

Black with #86E142

Text Example


Text Example

White with #86E142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,66); }

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

background-color css

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

 a { background-color: rgb(134,225,66); }

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

border-color css

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

 span { border-color: rgb(134,225,66); }

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