Html Css Color HEX #AFDD16 Inch Worm

📋 copy color: '#AFDD16'

red 175 ◦ green 221 ◦ blue 22

#AFDD16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #AFDD16

Tints of Inch Worm #AFDD16

RGB

 RED value IS 175 (68.75% from 255) = 41.87%

 GREEN value IS 221 (86.72% from 255) = 52.87%

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 41.87%
G = 52.87%
B = 5.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#AFDD16 (or 0xAFDD16) is known color: Inch Worm. HEX triplet: AF, DD and 16. RGB value is (175,221,22). Sum of RGB (Red+Green+Blue) = 175+221+22=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD16 is #5022E9. Grayscale: #B9B9B9. Windows color (decimal): -5251818 or 1498543. OLE color: 1498543.

HSL color Cylindrical-coordinate representation of color #AFDD16: hue angle of 73.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFDD16 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 22 -
CMYK 0.21 0 0.90 0.13
HSL 73.87º 0.82% 0.48% -
HSV(B) 73.87º 0.9% 0.87% -
XYZ 43.68 60.88 10.21 -
YUV 184.56 36.26 121.18 -
System Red Green Blue C M Y K H S L
Decimal 175 221 22 0.21 0 0.90 0.13 73.87 0.82 0.48
Hex AF DD 16 15 0 5A D 4A 52 30
Octal 257 335 26 25 0 132 15 112 122 60
Binary 10101111 11011101 10110 10101 0 1011010 1101 1001010 1010010 110000

Color Harmonies of #AFDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD16

Black with #AFDD16

Text Example


Text Example

White with #AFDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD16; }

 p { color: rgb(175,221,22); }

 H1.HeaderClassName
 {
   color: #AFDD16;
 }
 .AnyTagClassName
 {
   color: #AFDD16;
 }
</style>

background-color css

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

 a { background-color: rgb(175,221,22); }

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

border-color css

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

 span { border-color: rgb(175,221,22); }

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