#A5D330

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

Shades of Yellow Green #A5D330

Tints of Yellow Green #A5D330

Color information

#A5D330 (or 0xA5D330) is unknown color: approx Yellow Green. HEX triplet: A5, D3 and 30. RGB value is (165,211,48). Sum of RGB (Red+Green+Blue) = 165+211+48=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D330 is #5A2CCF. Grayscale: #B3B3B3. Windows color (decimal): -5909712 or 3199909. OLE color: 3199909.

HSL color Cylindrical-coordinate representation of color #A5D330: hue angle of 76.93º 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 #A5D330 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB16521148-
CMYK0.2200.770.17
HSL76.93º64.94%50.78%-
HSV(B)76.93º77.25%82.75%-
XYZ39.3454.811.3-
YUV178.6654.26118.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 211 (82.81% from 255) = 49.76%
BLUE value IS 48 (19.14% from 255) = 11.32%
R=38.92%
G=49.76%
B=11.32%

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
Decimal165211480.2200.770.1776.9364.9450.78
HexA5D3301604D114d4133
Octal245323602601152111510163
Binary101001011101001111000010110010011011000110011011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D330; }

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

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

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

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

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

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

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

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