Html Css Color HEX #86F990 Light Green

📋 copy color: '#86F990'

red 134 ◦ green 249 ◦ blue 144

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

Shades of Light Green #86F990

Tints of Light Green #86F990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 25.43%
G = 47.25%
B = 27.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#86F990 (or 0x86F990) is known color: Light Green. HEX triplet: 86, F9 and 90. RGB value is (134,249,144). Sum of RGB (Red+Green+Blue) = 134+249+144=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #86F990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F990 is #79066F. Grayscale: #CACACA. Windows color (decimal): -7931504 or 9501062. OLE color: 9501062.

HSL color Cylindrical-coordinate representation of color #86F990: hue angle of 125.22º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F990 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 144 -
CMYK 0.46 0 0.42 0.02
HSL 125.22º 0.91% 0.75% -
HSV(B) 125.22º 0.46% 0.98% -
XYZ 48.74 74.83 38.26 -
YUV 202.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 134 249 144 0.46 0 0.42 0.02 125.22 0.91 0.75
Hex 86 F9 90 2E 0 2A 2 7D 5B 4B
Octal 206 371 220 56 0 52 2 175 133 113
Binary 10000110 11111001 10010000 101110 0 101010 10 1111101 1011011 1001011

Color Harmonies of #86F990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F990

Black with #86F990

Text Example


Text Example

White with #86F990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,144); }

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

background-color css

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

 a { background-color: rgb(134,249,144); }

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

border-color css

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

 span { border-color: rgb(134,249,144); }

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