Html Css Color HEX #8AF413 Chartreuse

📋 copy color: '#8AF413'

red 138 ◦ green 244 ◦ blue 19

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

Shades of Chartreuse #8AF413

Tints of Chartreuse #8AF413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.85%

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 34.41%
G = 60.85%
B = 4.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#8AF413 (or 0x8AF413) is known color: Chartreuse. HEX triplet: 8A, F4 and 13. RGB value is (138,244,19). Sum of RGB (Red+Green+Blue) = 138+244+19=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 244 (95.70% from 255 or 60.85% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF413 is #750BEC. Grayscale: #BBBBBB. Windows color (decimal): -7670765 or 1307786. OLE color: 1307786.

HSL color Cylindrical-coordinate representation of color #8AF413: hue angle of 88.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AF413 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 244 19 -
CMYK 0.43 0 0.92 0.04
HSL 88.27º 0.91% 0.52% -
HSV(B) 88.27º 0.92% 0.96% -
XYZ 42.95 70.15 11.89 -
YUV 186.66 33.38 93.3 -
System Red Green Blue C M Y K H S L
Decimal 138 244 19 0.43 0 0.92 0.04 88.27 0.91 0.52
Hex 8A F4 13 2B 0 5C 4 58 5B 34
Octal 212 364 23 53 0 134 4 130 133 64
Binary 10001010 11110100 10011 101011 0 1011100 100 1011000 1011011 110100

Color Harmonies of #8AF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF413

Black with #8AF413

Text Example


Text Example

White with #8AF413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,244,19); }

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

background-color css

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

 a { background-color: rgb(138,244,19); }

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

border-color css

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

 span { border-color: rgb(138,244,19); }

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