Html Css Color HEX #86DF9A Light Green

📋 copy color: '#86DF9A'

red 134 ◦ green 223 ◦ blue 154

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

Shades of Light Green #86DF9A

Tints of Light Green #86DF9A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.64%

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 26.22%
G = 43.64%
B = 30.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#86DF9A (or 0x86DF9A) is known color: Light Green. HEX triplet: 86, DF and 9A. RGB value is (134,223,154). Sum of RGB (Red+Green+Blue) = 134+223+154=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF9A is #792065. Grayscale: #BCBCBC. Windows color (decimal): -7938150 or 10149766. OLE color: 10149766.

HSL color Cylindrical-coordinate representation of color #86DF9A: hue angle of 133.48º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF9A is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 154 -
CMYK 0.40 0 0.31 0.13
HSL 133.48º 0.58% 0.7% -
HSV(B) 133.48º 0.4% 0.87% -
XYZ 42.05 60.18 39.97 -
YUV 188.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 134 223 154 0.40 0 0.31 0.13 133.48 0.58 0.7
Hex 86 DF 9A 28 0 1F D 85 3A 46
Octal 206 337 232 50 0 37 15 205 72 106
Binary 10000110 11011111 10011010 101000 0 11111 1101 10000101 111010 1000110

Color Harmonies of #86DF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF9A

Black with #86DF9A

Text Example


Text Example

White with #86DF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,154); }

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

background-color css

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

 a { background-color: rgb(134,223,154); }

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

border-color css

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

 span { border-color: rgb(134,223,154); }

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