Html Css Color HEX #86E093 Light Green

📋 copy color: '#86E093'

red 134 ◦ green 224 ◦ blue 147

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

Shades of Light Green #86E093

Tints of Light Green #86E093

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.36%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 26.53%
G = 44.36%
B = 29.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#86E093 (or 0x86E093) is known color: Light Green. HEX triplet: 86, E0 and 93. RGB value is (134,224,147). Sum of RGB (Red+Green+Blue) = 134+224+147=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #86E093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E093 is #791F6C. Grayscale: #BCBCBC. Windows color (decimal): -7937901 or 9691270. OLE color: 9691270.

HSL color Cylindrical-coordinate representation of color #86E093: hue angle of 128.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E093 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 224 147 -
CMYK 0.40 0 0.34 0.12
HSL 128.67º 0.59% 0.7% -
HSV(B) 128.67º 0.4% 0.88% -
XYZ 41.75 60.49 37.08 -
YUV 188.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 134 224 147 0.40 0 0.34 0.12 128.67 0.59 0.7
Hex 86 E0 93 28 0 22 C 81 3B 46
Octal 206 340 223 50 0 42 14 201 73 106
Binary 10000110 11100000 10010011 101000 0 100010 1100 10000001 111011 1000110

Color Harmonies of #86E093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E093

Black with #86E093

Text Example


Text Example

White with #86E093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,224,147); }

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

background-color css

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

 a { background-color: rgb(134,224,147); }

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

border-color css

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

 span { border-color: rgb(134,224,147); }

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