#A8D714

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

Shades of Inch Worm #A8D714

Tints of Inch Worm #A8D714

Color information

#A8D714 (or 0xA8D714) is unknown color: approx Inch Worm. HEX triplet: A8, D7 and 14. RGB value is (168,215,20). Sum of RGB (Red+Green+Blue) = 168+215+20=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D714 is #5728EB. Grayscale: #B3B3B3. Windows color (decimal): -5712108 or 1365928. OLE color: 1365928.

HSL color Cylindrical-coordinate representation of color #A8D714: hue angle of 74.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8D714 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB16821520-
CMYK0.2200.910.16
HSL74.46º82.98%46.08%-
HSV(B)74.46º90.7%84.31%-
XYZ40.5856.989.52-
YUV178.7238.43120.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 215 (84.38% from 255) = 53.35%
BLUE value IS 20 (8.20% from 255) = 4.96%
R=41.69%
G=53.35%
B=4.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168215200.2200.910.1674.4682.9846.08
HexA8D7141605B104a532e
Octal250327242601332011212356
Binary10101000110101111010010110010110111000010010101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D714; }

 p { color: rgb(168,215,20); }

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

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

 a { background-color: rgb(168,215,20); }

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

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

 span { border-color: rgb(168,215,20); }

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