Html Css Color HEX #A5C332 Yellow Green

📋 copy color: '#A5C332'

red 165 ◦ green 195 ◦ blue 50

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

Shades of Yellow Green #A5C332

Tints of Yellow Green #A5C332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.2%

R = 40.24%
G = 47.56%
B = 12.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#A5C332 (or 0xA5C332) is known color: Yellow Green. HEX triplet: A5, C3 and 32. RGB value is (165,195,50). Sum of RGB (Red+Green+Blue) = 165+195+50=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C332 is #5A3CCD. Grayscale: #AAAAAA. Windows color (decimal): -5913806 or 3326885. OLE color: 3326885.

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

Color convert

RGB 165 195 50 -
CMYK 0.15 0 0.74 0.24
HSL 72.41º 0.59% 0.48% -
HSV(B) 72.41º 0.74% 0.76% -
XYZ 35.61 47.26 10.26 -
YUV 169.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 165 195 50 0.15 0 0.74 0.24 72.41 0.59 0.48
Hex A5 C3 32 F 0 4A 18 48 3B 30
Octal 245 303 62 17 0 112 30 110 73 60
Binary 10100101 11000011 110010 1111 0 1001010 11000 1001000 111011 110000

Color Harmonies of #A5C332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C332

Black with #A5C332

Text Example


Text Example

White with #A5C332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C332; }

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

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

background-color css

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

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

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

border-color css

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

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

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