Html Css Color HEX #8CF916 Chartreuse

📋 copy color: '#8CF916'

red 140 ◦ green 249 ◦ blue 22

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

Shades of Chartreuse #8CF916

Tints of Chartreuse #8CF916

RGB

 RED value IS 140 (55.08% from 255) = 34.06%

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

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 34.06%
G = 60.58%
B = 5.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#8CF916 (or 0x8CF916) is known color: Chartreuse. HEX triplet: 8C, F9 and 16. RGB value is (140,249,22). Sum of RGB (Red+Green+Blue) = 140+249+22=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF916 is #7306E9. Grayscale: #BFBFBF. Windows color (decimal): -7538410 or 1505676. OLE color: 1505676.

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

Color convert

RGB 140 249 22 -
CMYK 0.44 0 0.91 0.02
HSL 88.81º 0.95% 0.53% -
HSV(B) 88.81º 0.91% 0.98% -
XYZ 44.84 73.38 12.56 -
YUV 190.53 32.89 91.96 -
System Red Green Blue C M Y K H S L
Decimal 140 249 22 0.44 0 0.91 0.02 88.81 0.95 0.53
Hex 8C F9 16 2C 0 5B 2 59 5F 35
Octal 214 371 26 54 0 133 2 131 137 65
Binary 10001100 11111001 10110 101100 0 1011011 10 1011001 1011111 110101

Color Harmonies of #8CF916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF916

Black with #8CF916

Text Example


Text Example

White with #8CF916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,249,22); }

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

background-color css

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

 a { background-color: rgb(140,249,22); }

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

border-color css

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

 span { border-color: rgb(140,249,22); }

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