Html Css Color HEX #A5F021 Green Yellow

📋 copy color: '#A5F021'

red 165 ◦ green 240 ◦ blue 33

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

Shades of Green Yellow #A5F021

Tints of Green Yellow #A5F021

RGB

 RED value IS 165 (64.84% from 255) = 37.67%

 GREEN value IS 240 (94.14% from 255) = 54.79%

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

R = 37.67%
G = 54.79%
B = 7.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#A5F021 (or 0xA5F021) is known color: Green Yellow. HEX triplet: A5, F0 and 21. RGB value is (165,240,33). Sum of RGB (Red+Green+Blue) = 165+240+33=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F021 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F021 is #5A0FDE. Grayscale: #C2C2C2. Windows color (decimal): -5902303 or 2224293. OLE color: 2224293.

HSL color Cylindrical-coordinate representation of color #A5F021: hue angle of 81.74º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5F021 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 33 -
CMYK 0.31 0 0.86 0.06
HSL 81.74º 0.87% 0.54% -
HSV(B) 81.74º 0.86% 0.94% -
XYZ 46.95 70.43 12.56 -
YUV 193.98 37.15 107.33 -
System Red Green Blue C M Y K H S L
Decimal 165 240 33 0.31 0 0.86 0.06 81.74 0.87 0.54
Hex A5 F0 21 1F 0 56 6 52 57 36
Octal 245 360 41 37 0 126 6 122 127 66
Binary 10100101 11110000 100001 11111 0 1010110 110 1010010 1010111 110110

Color Harmonies of #A5F021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F021

Black with #A5F021

Text Example


Text Example

White with #A5F021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F021; }

 p { color: rgb(165,240,33); }

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

background-color css

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

 a { background-color: rgb(165,240,33); }

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

border-color css

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

 span { border-color: rgb(165,240,33); }

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