Html Css Color HEX #A5F124 Green Yellow

📋 copy color: '#A5F124'

red 165 ◦ green 241 ◦ blue 36

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

Shades of Green Yellow #A5F124

Tints of Green Yellow #A5F124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

 BLUE value IS 36 (14.45% from 255) = 8.14%

R = 37.33%
G = 54.52%
B = 8.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#A5F124 (or 0xA5F124) is known color: Green Yellow. HEX triplet: A5, F1 and 24. RGB value is (165,241,36). Sum of RGB (Red+Green+Blue) = 165+241+36=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F124 is #5A0EDB. Grayscale: #C3C3C3. Windows color (decimal): -5902044 or 2421157. OLE color: 2421157.

HSL color Cylindrical-coordinate representation of color #A5F124: hue angle of 82.24º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5F124 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 36 -
CMYK 0.32 0 0.85 0.05
HSL 82.24º 0.88% 0.54% -
HSV(B) 82.24º 0.85% 0.95% -
XYZ 47.29 71.04 12.89 -
YUV 194.91 38.32 106.67 -
System Red Green Blue C M Y K H S L
Decimal 165 241 36 0.32 0 0.85 0.05 82.24 0.88 0.54
Hex A5 F1 24 20 0 55 5 52 58 36
Octal 245 361 44 40 0 125 5 122 130 66
Binary 10100101 11110001 100100 100000 0 1010101 101 1010010 1011000 110110

Color Harmonies of #A5F124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F124

Black with #A5F124

Text Example


Text Example

White with #A5F124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F124; }

 p { color: rgb(165,241,36); }

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

background-color css

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

 a { background-color: rgb(165,241,36); }

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

border-color css

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

 span { border-color: rgb(165,241,36); }

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