Html Css Color HEX #8AF917 Chartreuse

📋 copy color: '#8AF917'

red 138 ◦ green 249 ◦ blue 23

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

Shades of Chartreuse #8AF917

Tints of Chartreuse #8AF917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.61%

R = 33.66%
G = 60.73%
B = 5.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#8AF917 (or 0x8AF917) is known color: Chartreuse. HEX triplet: 8A, F9 and 17. RGB value is (138,249,23). Sum of RGB (Red+Green+Blue) = 138+249+23=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF917 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF917 is #7506E8. Grayscale: #BEBEBE. Windows color (decimal): -7669481 or 1571210. OLE color: 1571210.

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

Color convert

RGB 138 249 23 -
CMYK 0.45 0 0.91 0.02
HSL 89.47º 0.95% 0.53% -
HSV(B) 89.47º 0.91% 0.98% -
XYZ 44.51 73.22 12.6 -
YUV 190.05 33.73 90.88 -
System Red Green Blue C M Y K H S L
Decimal 138 249 23 0.45 0 0.91 0.02 89.47 0.95 0.53
Hex 8A F9 17 2D 0 5B 2 59 5F 35
Octal 212 371 27 55 0 133 2 131 137 65
Binary 10001010 11111001 10111 101101 0 1011011 10 1011001 1011111 110101

Color Harmonies of #8AF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF917

Black with #8AF917

Text Example


Text Example

White with #8AF917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,249,23); }

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

background-color css

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

 a { background-color: rgb(138,249,23); }

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

border-color css

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

 span { border-color: rgb(138,249,23); }

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