#A4D330

Color #A4D330 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A4D330

Tints of Yellow Green #A4D330

Color information

#A4D330 (or 0xA4D330) is unknown color: approx Yellow Green. HEX triplet: A4, D3 and 30. RGB value is (164,211,48). Sum of RGB (Red+Green+Blue) = 164+211+48=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D330 is #5B2CCF. Grayscale: #B2B2B2. Windows color (decimal): -5975248 or 3199908. OLE color: 3199908.

HSL color Cylindrical-coordinate representation of color #A4D330: hue angle of 77.3º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4D330 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB16421148-
CMYK0.2200.770.17
HSL77.3º64.94%50.78%-
HSV(B)77.3º77.25%82.75%-
XYZ39.1454.6911.29-
YUV178.3654.43117.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 211 (82.81% from 255) = 49.88%
BLUE value IS 48 (19.14% from 255) = 11.35%
R=38.77%
G=49.88%
B=11.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164211480.2200.770.1777.364.9450.78
HexA4D3301604D114d4133
Octal244323602601152111510163
Binary101001001101001111000010110010011011000110011011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D330; }

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

 H1.HeaderClassName
 {
   color: #A4D330;
 }
 .AnyTagClassName
 {
   color: #A4D330;
 }
</style>
background-color css

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

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

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

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

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

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