Html Css Color HEX #86E240 Atlantis

📋 copy color: '#86E240'

red 134 ◦ green 226 ◦ blue 64

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

Shades of Atlantis #86E240

Tints of Atlantis #86E240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.3%

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

R = 31.6%
G = 53.3%
B = 15.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#86E240 (or 0x86E240) is known color: Atlantis. HEX triplet: 86, E2 and 40. RGB value is (134,226,64). Sum of RGB (Red+Green+Blue) = 134+226+64=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 226 (88.67% from 255 or 53.30% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 226 - color contains mainly: green. Hex color #86E240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E240 is #791DBF. Grayscale: #B4B4B4. Windows color (decimal): -7937472 or 4252294. OLE color: 4252294.

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

Color convert

RGB 134 226 64 -
CMYK 0.41 0 0.72 0.11
HSL 94.07º 0.74% 0.57% -
HSV(B) 94.07º 0.72% 0.89% -
XYZ 37.95 59.83 14.4 -
YUV 180.02 62.52 95.17 -
System Red Green Blue C M Y K H S L
Decimal 134 226 64 0.41 0 0.72 0.11 94.07 0.74 0.57
Hex 86 E2 40 29 0 48 B 5E 4A 39
Octal 206 342 100 51 0 110 13 136 112 71
Binary 10000110 11100010 1000000 101001 0 1001000 1011 1011110 1001010 111001

Color Harmonies of #86E240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E240

Black with #86E240

Text Example


Text Example

White with #86E240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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