Html Css Color HEX #A5F821 Green Yellow

📋 copy color: '#A5F821'

red 165 ◦ green 248 ◦ blue 33

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

Shades of Green Yellow #A5F821

Tints of Green Yellow #A5F821

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.61%

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

R = 37%
G = 55.61%
B = 7.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#A5F821 (or 0xA5F821) is known color: Green Yellow. HEX triplet: A5, F8 and 21. RGB value is (165,248,33). Sum of RGB (Red+Green+Blue) = 165+248+33=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F821 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F821 is #5A07DE. Grayscale: #C7C7C7. Windows color (decimal): -5900255 or 2226341. OLE color: 2226341.

HSL color Cylindrical-coordinate representation of color #A5F821: hue angle of 83.16º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5F821 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 33 -
CMYK 0.33 0 0.87 0.03
HSL 83.16º 0.94% 0.55% -
HSV(B) 83.16º 0.87% 0.97% -
XYZ 49.36 75.24 13.36 -
YUV 198.67 34.5 103.98 -
System Red Green Blue C M Y K H S L
Decimal 165 248 33 0.33 0 0.87 0.03 83.16 0.94 0.55
Hex A5 F8 21 21 0 57 3 53 5E 37
Octal 245 370 41 41 0 127 3 123 136 67
Binary 10100101 11111000 100001 100001 0 1010111 11 1010011 1011110 110111

Color Harmonies of #A5F821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F821

Black with #A5F821

Text Example


Text Example

White with #A5F821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F821; }

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

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

background-color css

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

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

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

border-color css

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

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

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