Html Css Color HEX #A5C535 Yellow Green

📋 copy color: '#A5C535'

red 165 ◦ green 197 ◦ blue 53

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

Shades of Yellow Green #A5C535

Tints of Yellow Green #A5C535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 39.76%
G = 47.47%
B = 12.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#A5C535 (or 0xA5C535) is known color: Yellow Green. HEX triplet: A5, C5 and 35. RGB value is (165,197,53). Sum of RGB (Red+Green+Blue) = 165+197+53=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C535 is #5A3ACA. Grayscale: #ABABAB. Windows color (decimal): -5913291 or 3524005. OLE color: 3524005.

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

Color convert

RGB 165 197 53 -
CMYK 0.16 0 0.73 0.23
HSL 73.33º 0.58% 0.49% -
HSV(B) 73.33º 0.73% 0.77% -
XYZ 36.13 48.19 10.77 -
YUV 171.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 165 197 53 0.16 0 0.73 0.23 73.33 0.58 0.49
Hex A5 C5 35 10 0 49 17 49 3A 31
Octal 245 305 65 20 0 111 27 111 72 61
Binary 10100101 11000101 110101 10000 0 1001001 10111 1001001 111010 110001

Color Harmonies of #A5C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C535

Black with #A5C535

Text Example


Text Example

White with #A5C535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C535; }

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

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

background-color css

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

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

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

border-color css

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

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

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