#A4D51B

Color #A4D51B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A4D51B

Tints of Inch Worm #A4D51B

Color information

#A4D51B (or 0xA4D51B) is unknown color: approx Inch Worm. HEX triplet: A4, D5 and 1B. RGB value is (164,213,27). Sum of RGB (Red+Green+Blue) = 164+213+27=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D51B is #5B2AE4. Grayscale: #B1B1B1. Windows color (decimal): -5974757 or 1824164. OLE color: 1824164.

HSL color Cylindrical-coordinate representation of color #A4D51B: hue angle of 75.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4D51B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB16421327-
CMYK0.2300.870.16
HSL75.81º77.5%47.06%-
HSV(B)75.81º87.32%83.53%-
XYZ39.355.569.69-
YUV177.1443.27118.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 213 (83.59% from 255) = 52.72%
BLUE value IS 27 (10.94% from 255) = 6.68%
R=40.59%
G=52.72%
B=6.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164213270.2300.870.1675.8177.547.06
HexA4D51B17057104c4e2f
Octal244325332701272011411657
Binary10100100110101011101110111010101111000010011001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D51B; }

 p { color: rgb(164,213,27); }

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

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

 a { background-color: rgb(164,213,27); }

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

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

 span { border-color: rgb(164,213,27); }

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