Html Css Color HEX #8AF10C Chartreuse

📋 copy color: '#8AF10C'

red 138 ◦ green 241 ◦ blue 12

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

Shades of Chartreuse #8AF10C

Tints of Chartreuse #8AF10C

RGB

 RED value IS 138 (54.3% from 255) = 35.29%

 GREEN value IS 241 (94.53% from 255) = 61.64%

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 35.29%
G = 61.64%
B = 3.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#8AF10C (or 0x8AF10C) is known color: Chartreuse. HEX triplet: 8A, F1 and 0C. RGB value is (138,241,12). Sum of RGB (Red+Green+Blue) = 138+241+12=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF10C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF10C is #750EF3. Grayscale: #B8B8B8. Windows color (decimal): -7671540 or 848266. OLE color: 848266.

HSL color Cylindrical-coordinate representation of color #8AF10C: hue angle of 86.99º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AF10C is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 241 12 -
CMYK 0.43 0 0.95 0.05
HSL 86.99º 0.91% 0.5% -
HSV(B) 86.99º 0.95% 0.95% -
XYZ 42 68.34 11.33 -
YUV 184.1 30.88 95.12 -
System Red Green Blue C M Y K H S L
Decimal 138 241 12 0.43 0 0.95 0.05 86.99 0.91 0.5
Hex 8A F1 C 2B 0 5F 5 57 5B 32
Octal 212 361 14 53 0 137 5 127 133 62
Binary 10001010 11110001 1100 101011 0 1011111 101 1010111 1011011 110010

Color Harmonies of #8AF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF10C

Black with #8AF10C

Text Example


Text Example

White with #8AF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,241,12); }

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

background-color css

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

 a { background-color: rgb(138,241,12); }

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

border-color css

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

 span { border-color: rgb(138,241,12); }

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