Html Css Color HEX #A5D525 Yellow Green

📋 copy color: '#A5D525'

red 165 ◦ green 213 ◦ blue 37

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

Shades of Yellow Green #A5D525

Tints of Yellow Green #A5D525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.33%

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

R = 39.76%
G = 51.33%
B = 8.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#A5D525 (or 0xA5D525) is known color: Yellow Green. HEX triplet: A5, D5 and 25. RGB value is (165,213,37). Sum of RGB (Red+Green+Blue) = 165+213+37=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D525 is #5A2ADA. Grayscale: #B3B3B3. Windows color (decimal): -5909211 or 2479525. OLE color: 2479525.

HSL color Cylindrical-coordinate representation of color #A5D525: hue angle of 76.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5D525 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 37 -
CMYK 0.23 0 0.83 0.16
HSL 76.36º 0.7% 0.49% -
HSV(B) 76.36º 0.83% 0.84% -
XYZ 39.65 55.72 10.42 -
YUV 178.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 165 213 37 0.23 0 0.83 0.16 76.36 0.7 0.49
Hex A5 D5 25 17 0 53 10 4C 46 31
Octal 245 325 45 27 0 123 20 114 106 61
Binary 10100101 11010101 100101 10111 0 1010011 10000 1001100 1000110 110001

Color Harmonies of #A5D525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D525

Black with #A5D525

Text Example


Text Example

White with #A5D525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D525; }

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

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

background-color css

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

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

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

border-color css

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

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

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