Html Css Color HEX #8AFC0C Chartreuse

📋 copy color: '#8AFC0C'

red 138 ◦ green 252 ◦ blue 12

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

Shades of Chartreuse #8AFC0C

Tints of Chartreuse #8AFC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.69%

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

R = 34.33%
G = 62.69%
B = 2.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#8AFC0C (or 0x8AFC0C) is known color: Chartreuse. HEX triplet: 8A, FC and 0C. RGB value is (138,252,12). Sum of RGB (Red+Green+Blue) = 138+252+12=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 252 (98.83% from 255 or 62.69% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFC0C is #7503F3. Grayscale: #BFBFBF. Windows color (decimal): -7668724 or 851082. OLE color: 851082.

HSL color Cylindrical-coordinate representation of color #8AFC0C: hue angle of 88.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AFC0C is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 252 12 -
CMYK 0.45 0 0.95 0.01
HSL 88.5º 0.98% 0.52% -
HSV(B) 88.5º 0.95% 0.99% -
XYZ 45.36 75.05 12.44 -
YUV 190.55 27.23 90.51 -
System Red Green Blue C M Y K H S L
Decimal 138 252 12 0.45 0 0.95 0.01 88.5 0.98 0.52
Hex 8A FC C 2D 0 5F 1 58 62 34
Octal 212 374 14 55 0 137 1 130 142 64
Binary 10001010 11111100 1100 101101 0 1011111 1 1011000 1100010 110100

Color Harmonies of #8AFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFC0C

Black with #8AFC0C

Text Example


Text Example

White with #8AFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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