Html Css Color HEX #A5E12A Yellow Green

📋 copy color: '#A5E12A'

red 165 ◦ green 225 ◦ blue 42

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

Shades of Yellow Green #A5E12A

Tints of Yellow Green #A5E12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.72%

R = 38.19%
G = 52.08%
B = 9.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#A5E12A (or 0xA5E12A) is known color: Yellow Green. HEX triplet: A5, E1 and 2A. RGB value is (165,225,42). Sum of RGB (Red+Green+Blue) = 165+225+42=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E12A is #5A1ED5. Grayscale: #BABABA. Windows color (decimal): -5906134 or 2810277. OLE color: 2810277.

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

Color convert

RGB 165 225 42 -
CMYK 0.27 0 0.81 0.12
HSL 79.67º 0.75% 0.52% -
HSV(B) 79.67º 0.81% 0.88% -
XYZ 42.86 62.02 11.9 -
YUV 186.2 46.62 112.88 -
System Red Green Blue C M Y K H S L
Decimal 165 225 42 0.27 0 0.81 0.12 79.67 0.75 0.52
Hex A5 E1 2A 1B 0 51 C 50 4B 34
Octal 245 341 52 33 0 121 14 120 113 64
Binary 10100101 11100001 101010 11011 0 1010001 1100 1010000 1001011 110100

Color Harmonies of #A5E12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E12A

Black with #A5E12A

Text Example


Text Example

White with #A5E12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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