Html Css Color HEX #86E248 Atlantis

📋 copy color: '#86E248'

red 134 ◦ green 226 ◦ blue 72

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

Shades of Atlantis #86E248

Tints of Atlantis #86E248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.67%

R = 31.02%
G = 52.31%
B = 16.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#86E248 (or 0x86E248) is known color: Atlantis. HEX triplet: 86, E2 and 48. RGB value is (134,226,72). Sum of RGB (Red+Green+Blue) = 134+226+72=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #86E248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E248 is #791DB7. Grayscale: #B5B5B5. Windows color (decimal): -7937464 or 4776582. OLE color: 4776582.

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

Color convert

RGB 134 226 72 -
CMYK 0.41 0 0.68 0.11
HSL 95.84º 0.73% 0.58% -
HSV(B) 95.84º 0.68% 0.89% -
XYZ 38.2 59.93 15.69 -
YUV 180.94 66.52 94.52 -
System Red Green Blue C M Y K H S L
Decimal 134 226 72 0.41 0 0.68 0.11 95.84 0.73 0.58
Hex 86 E2 48 29 0 44 B 60 49 3A
Octal 206 342 110 51 0 104 13 140 111 72
Binary 10000110 11100010 1001000 101001 0 1000100 1011 1100000 1001001 111010

Color Harmonies of #86E248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E248

Black with #86E248

Text Example


Text Example

White with #86E248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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