Html Css Color HEX #AFDD10 Inch Worm

📋 copy color: '#AFDD10'

red 175 ◦ green 221 ◦ blue 16

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

Shades of Inch Worm #AFDD10

Tints of Inch Worm #AFDD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 42.48%
G = 53.64%
B = 3.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#AFDD10 (or 0xAFDD10) is known color: Inch Worm. HEX triplet: AF, DD and 10. RGB value is (175,221,16). Sum of RGB (Red+Green+Blue) = 175+221+16=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD10 is #5022EF. Grayscale: #B8B8B8. Windows color (decimal): -5251824 or 1105327. OLE color: 1105327.

HSL color Cylindrical-coordinate representation of color #AFDD10: hue angle of 73.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFDD10 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 16 -
CMYK 0.21 0 0.93 0.13
HSL 73.46º 0.86% 0.46% -
HSV(B) 73.46º 0.93% 0.87% -
XYZ 43.63 60.86 9.94 -
YUV 183.88 33.26 121.67 -
System Red Green Blue C M Y K H S L
Decimal 175 221 16 0.21 0 0.93 0.13 73.46 0.86 0.46
Hex AF DD 10 15 0 5D D 49 56 2E
Octal 257 335 20 25 0 135 15 111 126 56
Binary 10101111 11011101 10000 10101 0 1011101 1101 1001001 1010110 101110

Color Harmonies of #AFDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD10

Black with #AFDD10

Text Example


Text Example

White with #AFDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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