Html Css Color HEX #A5FF25 Green Yellow

📋 copy color: '#A5FF25'

red 165 ◦ green 255 ◦ blue 37

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

Shades of Green Yellow #A5FF25

Tints of Green Yellow #A5FF25

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

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

R = 36.11%
G = 55.8%
B = 8.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#A5FF25 (or 0xA5FF25) is known color: Green Yellow. HEX triplet: A5, FF and 25. RGB value is (165,255,37). Sum of RGB (Red+Green+Blue) = 165+255+37=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FF25 is #5A00DA. Grayscale: #CCCCCC. Windows color (decimal): -5898459 or 2490277. OLE color: 2490277.

HSL color Cylindrical-coordinate representation of color #A5FF25: hue angle of 84.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5FF25 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 165 255 37 -
CMYK 0.35 0 0.85 0
HSL 84.77º 1% 0.57% -
HSV(B) 84.77º 0.85% 1% -
XYZ 51.61 79.65 14.4 -
YUV 203.24 34.18 100.73 -
System Red Green Blue C M Y K H S L
Decimal 165 255 37 0.35 0 0.85 0 84.77 1 0.57
Hex A5 FF 25 23 0 55 0 55 64 39
Octal 245 377 45 43 0 125 0 125 144 71
Binary 10100101 11111111 100101 100011 0 1010101 0 1010101 1100100 111001

Color Harmonies of #A5FF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FF25

Black with #A5FF25

Text Example


Text Example

White with #A5FF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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