Html Css Color HEX #A5C134 Yellow Green

📋 copy color: '#A5C134'

red 165 ◦ green 193 ◦ blue 52

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

Shades of Yellow Green #A5C134

Tints of Yellow Green #A5C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 40.24%
G = 47.07%
B = 12.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#A5C134 (or 0xA5C134) is known color: Yellow Green. HEX triplet: A5, C1 and 34. RGB value is (165,193,52). Sum of RGB (Red+Green+Blue) = 165+193+52=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C134 is #5A3ECB. Grayscale: #A9A9A9. Windows color (decimal): -5914316 or 3457445. OLE color: 3457445.

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

Color convert

RGB 165 193 52 -
CMYK 0.15 0 0.73 0.24
HSL 71.91º 0.58% 0.48% -
HSV(B) 71.91º 0.73% 0.76% -
XYZ 35.21 46.39 10.35 -
YUV 168.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 165 193 52 0.15 0 0.73 0.24 71.91 0.58 0.48
Hex A5 C1 34 F 0 49 18 48 3A 30
Octal 245 301 64 17 0 111 30 110 72 60
Binary 10100101 11000001 110100 1111 0 1001001 11000 1001000 111010 110000

Color Harmonies of #A5C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C134

Black with #A5C134

Text Example


Text Example

White with #A5C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C134; }

 p { color: rgb(165,193,52); }

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

background-color css

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

 a { background-color: rgb(165,193,52); }

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

border-color css

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

 span { border-color: rgb(165,193,52); }

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