Html Css Color HEX #A5D128 Yellow Green

📋 copy color: '#A5D128'

red 165 ◦ green 209 ◦ blue 40

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

Shades of Yellow Green #A5D128

Tints of Yellow Green #A5D128

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.48%

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 39.86%
G = 50.48%
B = 9.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#A5D128 (or 0xA5D128) is known color: Yellow Green. HEX triplet: A5, D1 and 28. RGB value is (165,209,40). Sum of RGB (Red+Green+Blue) = 165+209+40=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D128 is #5A2ED7. Grayscale: #B1B1B1. Windows color (decimal): -5910232 or 2675109. OLE color: 2675109.

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

Color convert

RGB 165 209 40 -
CMYK 0.21 0 0.81 0.18
HSL 75.62º 0.68% 0.49% -
HSV(B) 75.62º 0.81% 0.82% -
XYZ 38.7 53.75 10.34 -
YUV 176.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 165 209 40 0.21 0 0.81 0.18 75.62 0.68 0.49
Hex A5 D1 28 15 0 51 12 4C 44 31
Octal 245 321 50 25 0 121 22 114 104 61
Binary 10100101 11010001 101000 10101 0 1010001 10010 1001100 1000100 110001

Color Harmonies of #A5D128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D128

Black with #A5D128

Text Example


Text Example

White with #A5D128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D128; }

 p { color: rgb(165,209,40); }

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

background-color css

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

 a { background-color: rgb(165,209,40); }

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

border-color css

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

 span { border-color: rgb(165,209,40); }

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