Html Css Color HEX #A5C031 Yellow Green

📋 copy color: '#A5C031'

red 165 ◦ green 192 ◦ blue 49

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

Shades of Yellow Green #A5C031

Tints of Yellow Green #A5C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 40.64%
G = 47.29%
B = 12.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A5C031 (or 0xA5C031) is known color: Yellow Green. HEX triplet: A5, C0 and 31. RGB value is (165,192,49). Sum of RGB (Red+Green+Blue) = 165+192+49=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C031 is #5A3FCE. Grayscale: #A8A8A8. Windows color (decimal): -5914575 or 3260581. OLE color: 3260581.

HSL color Cylindrical-coordinate representation of color #A5C031: hue angle of 71.33º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5C031 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 49 -
CMYK 0.14 0 0.74 0.25
HSL 71.33º 0.59% 0.47% -
HSV(B) 71.33º 0.74% 0.75% -
XYZ 34.92 45.92 9.93 -
YUV 167.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 165 192 49 0.14 0 0.74 0.25 71.33 0.59 0.47
Hex A5 C0 31 E 0 4A 19 47 3B 2F
Octal 245 300 61 16 0 112 31 107 73 57
Binary 10100101 11000000 110001 1110 0 1001010 11001 1000111 111011 101111

Color Harmonies of #A5C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C031

Black with #A5C031

Text Example


Text Example

White with #A5C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C031; }

 p { color: rgb(165,192,49); }

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

background-color css

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

 a { background-color: rgb(165,192,49); }

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

border-color css

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

 span { border-color: rgb(165,192,49); }

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