Html Css Color HEX #A5E12D Yellow Green

📋 copy color: '#A5E12D'

red 165 ◦ green 225 ◦ blue 45

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

Shades of Yellow Green #A5E12D

Tints of Yellow Green #A5E12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.72%

 BLUE value IS 45 (17.97% from 255) = 10.34%

R = 37.93%
G = 51.72%
B = 10.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#A5E12D (or 0xA5E12D) is known color: Yellow Green. HEX triplet: A5, E1 and 2D. RGB value is (165,225,45). Sum of RGB (Red+Green+Blue) = 165+225+45=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E12D is #5A1ED2. Grayscale: #BBBBBB. Windows color (decimal): -5906131 or 3006885. OLE color: 3006885.

HSL color Cylindrical-coordinate representation of color #A5E12D: hue angle of 80º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5E12D is Cyan = 0.27, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 225 45 -
CMYK 0.27 0 0.8 0.12
HSL 80º 0.75% 0.53% -
HSV(B) 80º 0.8% 0.88% -
XYZ 42.92 62.04 12.2 -
YUV 186.54 48.12 112.64 -
System Red Green Blue C M Y K H S L
Decimal 165 225 45 0.27 0 0.8 0.12 80 0.75 0.53
Hex A5 E1 2D 1B 0 50 C 50 4B 35
Octal 245 341 55 33 0 120 14 120 113 65
Binary 10100101 11100001 101101 11011 0 1010000 1100 1010000 1001011 110101

Color Harmonies of #A5E12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E12D

Black with #A5E12D

Text Example


Text Example

White with #A5E12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E12D; }

 p { color: rgb(165,225,45); }

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

background-color css

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

 a { background-color: rgb(165,225,45); }

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

border-color css

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

 span { border-color: rgb(165,225,45); }

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