Html Css Color HEX #A5CA31 Yellow Green

📋 copy color: '#A5CA31'

red 165 ◦ green 202 ◦ blue 49

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

Shades of Yellow Green #A5CA31

Tints of Yellow Green #A5CA31

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

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

R = 39.66%
G = 48.56%
B = 11.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#A5CA31 (or 0xA5CA31) is known color: Yellow Green. HEX triplet: A5, CA and 31. RGB value is (165,202,49). Sum of RGB (Red+Green+Blue) = 165+202+49=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA31 is #5A35CE. Grayscale: #AEAEAE. Windows color (decimal): -5912015 or 3263141. OLE color: 3263141.

HSL color Cylindrical-coordinate representation of color #A5CA31: hue angle of 74.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5CA31 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 49 -
CMYK 0.18 0 0.76 0.21
HSL 74.51º 0.61% 0.49% -
HSV(B) 74.51º 0.76% 0.79% -
XYZ 37.19 50.46 10.69 -
YUV 173.5 57.74 121.94 -
System Red Green Blue C M Y K H S L
Decimal 165 202 49 0.18 0 0.76 0.21 74.51 0.61 0.49
Hex A5 CA 31 12 0 4C 15 4B 3D 31
Octal 245 312 61 22 0 114 25 113 75 61
Binary 10100101 11001010 110001 10010 0 1001100 10101 1001011 111101 110001

Color Harmonies of #A5CA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA31

Black with #A5CA31

Text Example


Text Example

White with #A5CA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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