Html Css Color HEX #8BFA14 Chartreuse

📋 copy color: '#8BFA14'

red 139 ◦ green 250 ◦ blue 20

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

Shades of Chartreuse #8BFA14

Tints of Chartreuse #8BFA14

RGB

 RED value IS 139 (54.69% from 255) = 33.99%

 GREEN value IS 250 (98.05% from 255) = 61.12%

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 33.99%
G = 61.12%
B = 4.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#8BFA14 (or 0x8BFA14) is known color: Chartreuse. HEX triplet: 8B, FA and 14. RGB value is (139,250,20). Sum of RGB (Red+Green+Blue) = 139+250+20=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFA14 is #7405EB. Grayscale: #BFBFBF. Windows color (decimal): -7603692 or 1374859. OLE color: 1374859.

HSL color Cylindrical-coordinate representation of color #8BFA14: hue angle of 88.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BFA14 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 250 20 -
CMYK 0.44 0 0.92 0.02
HSL 88.96º 0.96% 0.53% -
HSV(B) 88.96º 0.92% 0.98% -
XYZ 44.96 73.91 12.56 -
YUV 190.59 31.73 91.2 -
System Red Green Blue C M Y K H S L
Decimal 139 250 20 0.44 0 0.92 0.02 88.96 0.96 0.53
Hex 8B FA 14 2C 0 5C 2 59 60 35
Octal 213 372 24 54 0 134 2 131 140 65
Binary 10001011 11111010 10100 101100 0 1011100 10 1011001 1100000 110101

Color Harmonies of #8BFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFA14

Black with #8BFA14

Text Example


Text Example

White with #8BFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BFA14; }

 p { color: rgb(139,250,20); }

 H1.HeaderClassName
 {
   color: #8BFA14;
 }
 .AnyTagClassName
 {
   color: #8BFA14;
 }
</style>

background-color css

<style>
 a { background-color: #8BFA14; }

 a { background-color: rgb(139,250,20); }

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

border-color css

<style>
 span { border-color: #8BFA14; }

 span { border-color: rgb(139,250,20); }

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