Html Css Color HEX #A5D032 Yellow Green

📋 copy color: '#A5D032'

red 165 ◦ green 208 ◦ blue 50

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

Shades of Yellow Green #A5D032

Tints of Yellow Green #A5D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 50 (19.92% from 255) = 11.82%

R = 39.01%
G = 49.17%
B = 11.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#A5D032 (or 0xA5D032) is known color: Yellow Green. HEX triplet: A5, D0 and 32. RGB value is (165,208,50). Sum of RGB (Red+Green+Blue) = 165+208+50=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D032 is #5A2FCD. Grayscale: #B1B1B1. Windows color (decimal): -5910478 or 3330213. OLE color: 3330213.

HSL color Cylindrical-coordinate representation of color #A5D032: hue angle of 76.33º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5D032 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 50 -
CMYK 0.21 0 0.76 0.18
HSL 76.33º 0.63% 0.51% -
HSV(B) 76.33º 0.76% 0.82% -
XYZ 38.65 53.34 11.28 -
YUV 177.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 165 208 50 0.21 0 0.76 0.18 76.33 0.63 0.51
Hex A5 D0 32 15 0 4C 12 4C 3F 33
Octal 245 320 62 25 0 114 22 114 77 63
Binary 10100101 11010000 110010 10101 0 1001100 10010 1001100 111111 110011

Color Harmonies of #A5D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D032

Black with #A5D032

Text Example


Text Example

White with #A5D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D032; }

 p { color: rgb(165,208,50); }

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

background-color css

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

 a { background-color: rgb(165,208,50); }

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

border-color css

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

 span { border-color: rgb(165,208,50); }

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