Html Css Color HEX #A4C232 Yellow Green

📋 copy color: '#A4C232'

red 164 ◦ green 194 ◦ blue 50

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

Shades of Yellow Green #A4C232

Tints of Yellow Green #A4C232

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

 GREEN value IS 194 (76.17% from 255) = 47.55%

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

R = 40.2%
G = 47.55%
B = 12.25%

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

#A4C232 (or 0xA4C232) is known color: Yellow Green. HEX triplet: A4, C2 and 32. RGB value is (164,194,50). Sum of RGB (Red+Green+Blue) = 164+194+50=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C232 is #5B3DCD. Grayscale: #A9A9A9. Windows color (decimal): -5979598 or 3326628. OLE color: 3326628.

HSL color Cylindrical-coordinate representation of color #A4C232: hue angle of 72.5º 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 #A4C232 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 194 50 -
CMYK 0.15 0 0.74 0.24
HSL 72.5º 0.59% 0.48% -
HSV(B) 72.5º 0.74% 0.76% -
XYZ 35.18 46.71 10.18 -
YUV 168.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 164 194 50 0.15 0 0.74 0.24 72.5 0.59 0.48
Hex A4 C2 32 F 0 4A 18 48 3B 30
Octal 244 302 62 17 0 112 30 110 73 60
Binary 10100100 11000010 110010 1111 0 1001010 11000 1001000 111011 110000

Color Harmonies of #A4C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C232

Black with #A4C232

Text Example


Text Example

White with #A4C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C232; }

 p { color: rgb(164,194,50); }

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

background-color css

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

 a { background-color: rgb(164,194,50); }

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

border-color css

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

 span { border-color: rgb(164,194,50); }

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