#A9D608

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

Shades of Inch Worm #A9D608

Tints of Inch Worm #A9D608

Color information

#A9D608 (or 0xA9D608) is unknown color: approx Inch Worm. HEX triplet: A9, D6 and 08. RGB value is (169,214,8). Sum of RGB (Red+Green+Blue) = 169+214+8=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 214 (83.98% from 255 or 54.73% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D608 is #5629F7. Grayscale: #B1B1B1. Windows color (decimal): -5646840 or 579241. OLE color: 579241.

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

Color convert

RGB1692148-
CMYK0.2100.960.16
HSL73.11º92.79%43.53%-
HSV(B)73.11º96.26%83.92%-
XYZ40.4556.559.01-
YUV177.0632.59122.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 214 (83.98% from 255) = 54.73%
BLUE value IS 8 (3.52% from 255) = 2.05%
R=43.22%
G=54.73%
B=2.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16921480.2100.960.1673.1192.7943.53
HexA9D681506010495d2c
Octal251326102501402011113554
Binary1010100111010110100010101011000001000010010011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D608; }

 p { color: rgb(169,214,8); }

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

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

 a { background-color: rgb(169,214,8); }

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

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

 span { border-color: rgb(169,214,8); }

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