#A8D619

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

Shades of Inch Worm #A8D619

Tints of Inch Worm #A8D619

Color information

#A8D619 (or 0xA8D619) is unknown color: approx Inch Worm. HEX triplet: A8, D6 and 19. RGB value is (168,214,25). Sum of RGB (Red+Green+Blue) = 168+214+25=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D619 is #5729E6. Grayscale: #B3B3B3. Windows color (decimal): -5712359 or 1693352. OLE color: 1693352.

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

Color convert

RGB16821425-
CMYK0.2100.880.16
HSL74.6º79.08%46.86%-
HSV(B)74.6º88.32%83.92%-
XYZ40.3756.499.7-
YUV178.741.26120.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 214 (83.98% from 255) = 52.58%
BLUE value IS 25 (10.16% from 255) = 6.14%
R=41.28%
G=52.58%
B=6.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168214250.2100.880.1674.679.0846.86
HexA8D61915058104b4f2f
Octal250326312501302011311757
Binary10101000110101101100110101010110001000010010111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D619; }

 p { color: rgb(168,214,25); }

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

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

 a { background-color: rgb(168,214,25); }

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

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

 span { border-color: rgb(168,214,25); }

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