Html Css Color HEX #8AF521 Chartreuse

📋 copy color: '#8AF521'

red 138 ◦ green 245 ◦ blue 33

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

Shades of Chartreuse #8AF521

Tints of Chartreuse #8AF521

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.89%

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 33.17%
G = 58.89%
B = 7.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#8AF521 (or 0x8AF521) is known color: Chartreuse. HEX triplet: 8A, F5 and 21. RGB value is (138,245,33). Sum of RGB (Red+Green+Blue) = 138+245+33=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 245 (96.09% from 255 or 58.89% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF521 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF521 is #750ADE. Grayscale: #BDBDBD. Windows color (decimal): -7670495 or 2225546. OLE color: 2225546.

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

Color convert

RGB 138 245 33 -
CMYK 0.44 0 0.87 0.04
HSL 90.28º 0.91% 0.55% -
HSV(B) 90.28º 0.87% 0.96% -
XYZ 43.41 70.82 12.82 -
YUV 188.84 40.05 91.74 -
System Red Green Blue C M Y K H S L
Decimal 138 245 33 0.44 0 0.87 0.04 90.28 0.91 0.55
Hex 8A F5 21 2C 0 57 4 5A 5B 37
Octal 212 365 41 54 0 127 4 132 133 67
Binary 10001010 11110101 100001 101100 0 1010111 100 1011010 1011011 110111

Color Harmonies of #8AF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF521

Black with #8AF521

Text Example


Text Example

White with #8AF521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,245,33); }

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

background-color css

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

 a { background-color: rgb(138,245,33); }

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

border-color css

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

 span { border-color: rgb(138,245,33); }

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