Html Css Color HEX #8CF90A Chartreuse

📋 copy color: '#8CF90A'

red 140 ◦ green 249 ◦ blue 10

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

Shades of Chartreuse #8CF90A

Tints of Chartreuse #8CF90A

RGB

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

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

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

R = 35.09%
G = 62.41%
B = 2.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#8CF90A (or 0x8CF90A) is known color: Chartreuse. HEX triplet: 8C, F9 and 0A. RGB value is (140,249,10). Sum of RGB (Red+Green+Blue) = 140+249+10=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF90A is #7306F5. Grayscale: #BEBEBE. Windows color (decimal): -7538422 or 719244. OLE color: 719244.

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

Color convert

RGB 140 249 10 -
CMYK 0.44 0 0.96 0.02
HSL 87.36º 0.95% 0.51% -
HSV(B) 87.36º 0.96% 0.98% -
XYZ 44.75 73.35 12.09 -
YUV 189.16 26.89 92.93 -
System Red Green Blue C M Y K H S L
Decimal 140 249 10 0.44 0 0.96 0.02 87.36 0.95 0.51
Hex 8C F9 A 2C 0 60 2 57 5F 33
Octal 214 371 12 54 0 140 2 127 137 63
Binary 10001100 11111001 1010 101100 0 1100000 10 1010111 1011111 110011

Color Harmonies of #8CF90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF90A

Black with #8CF90A

Text Example


Text Example

White with #8CF90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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