Html Css Color HEX #A5C331 Yellow Green

📋 copy color: '#A5C331'

red 165 ◦ green 195 ◦ blue 49

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

Shades of Yellow Green #A5C331

Tints of Yellow Green #A5C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

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

R = 40.34%
G = 47.68%
B = 11.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#A5C331 (or 0xA5C331) is known color: Yellow Green. HEX triplet: A5, C3 and 31. RGB value is (165,195,49). Sum of RGB (Red+Green+Blue) = 165+195+49=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C331 is #5A3CCE. Grayscale: #A9A9A9. Windows color (decimal): -5913807 or 3261349. OLE color: 3261349.

HSL color Cylindrical-coordinate representation of color #A5C331: hue angle of 72.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5C331 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 49 -
CMYK 0.15 0 0.75 0.24
HSL 72.33º 0.6% 0.48% -
HSV(B) 72.33º 0.75% 0.76% -
XYZ 35.59 47.25 10.15 -
YUV 169.39 60.06 124.87 -
System Red Green Blue C M Y K H S L
Decimal 165 195 49 0.15 0 0.75 0.24 72.33 0.6 0.48
Hex A5 C3 31 F 0 4B 18 48 3C 30
Octal 245 303 61 17 0 113 30 110 74 60
Binary 10100101 11000011 110001 1111 0 1001011 11000 1001000 111100 110000

Color Harmonies of #A5C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C331

Black with #A5C331

Text Example


Text Example

White with #A5C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C331; }

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

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

background-color css

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

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

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

border-color css

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

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

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