#AFD40E

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

Shades of Inch Worm #AFD40E

Tints of Inch Worm #AFD40E

Color information

#AFD40E (or 0xAFD40E) is unknown color: approx Inch Worm. HEX triplet: AF, D4 and 0E. RGB value is (175,212,14). Sum of RGB (Red+Green+Blue) = 175+212+14=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 212 (83.20% from 255 or 52.87% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD40E is #502BF1. Grayscale: #B3B3B3. Windows color (decimal): -5254130 or 971951. OLE color: 971951.

HSL color Cylindrical-coordinate representation of color #AFD40E: hue angle of 71.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFD40E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB17521214-
CMYK0.1700.930.17
HSL71.21º87.61%44.31%-
HSV(B)71.21º93.4%83.14%-
XYZ41.356.239.09-
YUV178.3635.24125.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 212 (83.20% from 255) = 52.87%
BLUE value IS 14 (5.86% from 255) = 3.49%
R=43.64%
G=52.87%
B=3.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175212140.1700.930.1771.2187.6144.31
HexAFD4E1105D1147582c
Octal257324162101352110713054
Binary1010111111010100111010001010111011000110001111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD40E; }

 p { color: rgb(175,212,14); }

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

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

 a { background-color: rgb(175,212,14); }

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

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

 span { border-color: rgb(175,212,14); }

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