Html Css Color HEX #86FF0A Chartreuse

📋 copy color: '#86FF0A'

red 134 ◦ green 255 ◦ blue 10

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

Shades of Chartreuse #86FF0A

Tints of Chartreuse #86FF0A

RGB

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

 GREEN value IS 255 (100% from 255) = 63.91%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 33.58%
G = 63.91%
B = 2.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#86FF0A (or 0x86FF0A) is known color: Chartreuse. HEX triplet: 86, FF and 0A. RGB value is (134,255,10). Sum of RGB (Red+Green+Blue) = 134+255+10=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF0A is #7900F5. Grayscale: #BFBFBF. Windows color (decimal): -7930102 or 720774. OLE color: 720774.

HSL color Cylindrical-coordinate representation of color #86FF0A: hue angle of 89.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86FF0A is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 10 -
CMYK 0.47 0 0.96 0
HSL 89.63º 1% 0.52% -
HSV(B) 89.63º 0.96% 1% -
XYZ 45.65 76.61 12.67 -
YUV 190.89 25.91 87.42 -
System Red Green Blue C M Y K H S L
Decimal 134 255 10 0.47 0 0.96 0 89.63 1 0.52
Hex 86 FF A 2F 0 60 0 5A 64 34
Octal 206 377 12 57 0 140 0 132 144 64
Binary 10000110 11111111 1010 101111 0 1100000 0 1011010 1100100 110100

Color Harmonies of #86FF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FF0A

Black with #86FF0A

Text Example


Text Example

White with #86FF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,255,10); }

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

background-color css

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

 a { background-color: rgb(134,255,10); }

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

border-color css

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

 span { border-color: rgb(134,255,10); }

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