Html Css Color HEX #8AF20C Chartreuse

📋 copy color: '#8AF20C'

red 138 ◦ green 242 ◦ blue 12

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

Shades of Chartreuse #8AF20C

Tints of Chartreuse #8AF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.73%

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

R = 35.2%
G = 61.73%
B = 3.06%

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

#8AF20C (or 0x8AF20C) is known color: Chartreuse. HEX triplet: 8A, F2 and 0C. RGB value is (138,242,12). Sum of RGB (Red+Green+Blue) = 138+242+12=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF20C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF20C is #750DF3. Grayscale: #B9B9B9. Windows color (decimal): -7671284 or 848522. OLE color: 848522.

HSL color Cylindrical-coordinate representation of color #8AF20C: hue angle of 87.13º 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 #8AF20C is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 242 12 -
CMYK 0.43 0 0.95 0.05
HSL 87.13º 0.91% 0.5% -
HSV(B) 87.13º 0.95% 0.95% -
XYZ 42.3 68.93 11.42 -
YUV 184.68 30.54 94.7 -
System Red Green Blue C M Y K H S L
Decimal 138 242 12 0.43 0 0.95 0.05 87.13 0.91 0.5
Hex 8A F2 C 2B 0 5F 5 57 5B 32
Octal 212 362 14 53 0 137 5 127 133 62
Binary 10001010 11110010 1100 101011 0 1011111 101 1010111 1011011 110010

Color Harmonies of #8AF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF20C

Black with #8AF20C

Text Example


Text Example

White with #8AF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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