#A8D403

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

Shades of Inch Worm #A8D403

Tints of Inch Worm #A8D403

Color information

#A8D403 (or 0xA8D403) is unknown color: approx Inch Worm. HEX triplet: A8, D4 and 03. RGB value is (168,212,3). Sum of RGB (Red+Green+Blue) = 168+212+3=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D403 is #572BFC. Grayscale: #AFAFAF. Windows color (decimal): -5712893 or 251048. OLE color: 251048.

HSL color Cylindrical-coordinate representation of color #A8D403: hue angle of 72.63º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8D403 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB1682123-
CMYK0.2100.990.17
HSL72.63º97.21%42.16%-
HSV(B)72.63º98.58%83.14%-
XYZ39.7155.428.69-
YUV175.0230.92122.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 212 (83.20% from 255) = 55.35%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=43.86%
G=55.35%
B=0.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16821230.2100.990.1772.6397.2142.16
HexA8D43150631149612a
Octal25032432501432111114152
Binary10101000110101001110101011000111000110010011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D403; }

 p { color: rgb(168,212,3); }

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

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

 a { background-color: rgb(168,212,3); }

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

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

 span { border-color: rgb(168,212,3); }

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