Html Css Color HEX #A5C52C Yellow Green

📋 copy color: '#A5C52C'

red 165 ◦ green 197 ◦ blue 44

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

Shades of Yellow Green #A5C52C

Tints of Yellow Green #A5C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.52%

 BLUE value IS 44 (17.58% from 255) = 10.84%

R = 40.64%
G = 48.52%
B = 10.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A5C52C (or 0xA5C52C) is known color: Yellow Green. HEX triplet: A5, C5 and 2C. RGB value is (165,197,44). Sum of RGB (Red+Green+Blue) = 165+197+44=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C52C is #5A3AD3. Grayscale: #AAAAAA. Windows color (decimal): -5913300 or 2934181. OLE color: 2934181.

HSL color Cylindrical-coordinate representation of color #A5C52C: hue angle of 72.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5C52C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 44 -
CMYK 0.16 0 0.78 0.23
HSL 72.55º 0.63% 0.47% -
HSV(B) 72.55º 0.78% 0.77% -
XYZ 35.94 48.11 9.78 -
YUV 169.99 56.9 124.44 -
System Red Green Blue C M Y K H S L
Decimal 165 197 44 0.16 0 0.78 0.23 72.55 0.63 0.47
Hex A5 C5 2C 10 0 4E 17 49 3F 2F
Octal 245 305 54 20 0 116 27 111 77 57
Binary 10100101 11000101 101100 10000 0 1001110 10111 1001001 111111 101111

Color Harmonies of #A5C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C52C

Black with #A5C52C

Text Example


Text Example

White with #A5C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C52C; }

 p { color: rgb(165,197,44); }

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

background-color css

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

 a { background-color: rgb(165,197,44); }

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

border-color css

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

 span { border-color: rgb(165,197,44); }

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