Html Css Color HEX #8AFD0C Chartreuse

📋 copy color: '#8AFD0C'

red 138 ◦ green 253 ◦ blue 12

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

Shades of Chartreuse #8AFD0C

Tints of Chartreuse #8AFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 62.78%

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

R = 34.24%
G = 62.78%
B = 2.98%

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

#8AFD0C (or 0x8AFD0C) is known color: Chartreuse. HEX triplet: 8A, FD and 0C. RGB value is (138,253,12). Sum of RGB (Red+Green+Blue) = 138+253+12=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 253 (99.22% from 255 or 62.78% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD0C is #7502F3. Grayscale: #BFBFBF. Windows color (decimal): -7668468 or 851338. OLE color: 851338.

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

Color convert

RGB 138 253 12 -
CMYK 0.45 0 0.95 0.01
HSL 88.63º 0.98% 0.52% -
HSV(B) 88.63º 0.95% 0.99% -
XYZ 45.67 75.68 12.55 -
YUV 191.14 26.9 90.1 -
System Red Green Blue C M Y K H S L
Decimal 138 253 12 0.45 0 0.95 0.01 88.63 0.98 0.52
Hex 8A FD C 2D 0 5F 1 59 62 34
Octal 212 375 14 55 0 137 1 131 142 64
Binary 10001010 11111101 1100 101101 0 1011111 1 1011001 1100010 110100

Color Harmonies of #8AFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFD0C

Black with #8AFD0C

Text Example


Text Example

White with #8AFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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