Html Css Color HEX #A5F425 Green Yellow

📋 copy color: '#A5F425'

red 165 ◦ green 244 ◦ blue 37

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

Shades of Green Yellow #A5F425

Tints of Green Yellow #A5F425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.3%

R = 37%
G = 54.71%
B = 8.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#A5F425 (or 0xA5F425) is known color: Green Yellow. HEX triplet: A5, F4 and 25. RGB value is (165,244,37). Sum of RGB (Red+Green+Blue) = 165+244+37=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F425 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F425 is #5A0BDA. Grayscale: #C5C5C5. Windows color (decimal): -5901275 or 2487461. OLE color: 2487461.

HSL color Cylindrical-coordinate representation of color #A5F425: hue angle of 82.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5F425 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 37 -
CMYK 0.32 0 0.85 0.04
HSL 82.9º 0.9% 0.55% -
HSV(B) 82.9º 0.85% 0.96% -
XYZ 48.2 72.83 13.27 -
YUV 196.78 37.83 105.33 -
System Red Green Blue C M Y K H S L
Decimal 165 244 37 0.32 0 0.85 0.04 82.9 0.9 0.55
Hex A5 F4 25 20 0 55 4 53 5A 37
Octal 245 364 45 40 0 125 4 123 132 67
Binary 10100101 11110100 100101 100000 0 1010101 100 1010011 1011010 110111

Color Harmonies of #A5F425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F425

Black with #A5F425

Text Example


Text Example

White with #A5F425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F425; }

 p { color: rgb(165,244,37); }

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

background-color css

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

 a { background-color: rgb(165,244,37); }

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

border-color css

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

 span { border-color: rgb(165,244,37); }

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