Html Css Color HEX #A4C030 Yellow Green

📋 copy color: '#A4C030'

red 164 ◦ green 192 ◦ blue 48

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

Shades of Yellow Green #A4C030

Tints of Yellow Green #A4C030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 48 (19.14% from 255) = 11.88%

R = 40.59%
G = 47.52%
B = 11.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#A4C030 (or 0xA4C030) is known color: Yellow Green. HEX triplet: A4, C0 and 30. RGB value is (164,192,48). Sum of RGB (Red+Green+Blue) = 164+192+48=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C030 is #5B3FCF. Grayscale: #A7A7A7. Windows color (decimal): -5980112 or 3195044. OLE color: 3195044.

HSL color Cylindrical-coordinate representation of color #A4C030: hue angle of 71.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4C030 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 48 -
CMYK 0.15 0 0.75 0.25
HSL 71.67º 0.6% 0.47% -
HSV(B) 71.67º 0.75% 0.75% -
XYZ 34.69 45.81 9.81 -
YUV 167.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 164 192 48 0.15 0 0.75 0.25 71.67 0.6 0.47
Hex A4 C0 30 F 0 4B 19 48 3C 2F
Octal 244 300 60 17 0 113 31 110 74 57
Binary 10100100 11000000 110000 1111 0 1001011 11001 1001000 111100 101111

Color Harmonies of #A4C030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C030

Black with #A4C030

Text Example


Text Example

White with #A4C030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C030; }

 p { color: rgb(164,192,48); }

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

background-color css

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

 a { background-color: rgb(164,192,48); }

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

border-color css

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

 span { border-color: rgb(164,192,48); }

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