Html Css Color HEX #AFDA10 Inch Worm

📋 copy color: '#AFDA10'

red 175 ◦ green 218 ◦ blue 16

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

Shades of Inch Worm #AFDA10

Tints of Inch Worm #AFDA10

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.3%

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

R = 42.79%
G = 53.3%
B = 3.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#AFDA10 (or 0xAFDA10) is known color: Inch Worm. HEX triplet: AF, DA and 10. RGB value is (175,218,16). Sum of RGB (Red+Green+Blue) = 175+218+16=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA10 is #5025EF. Grayscale: #B6B6B6. Windows color (decimal): -5252592 or 1104559. OLE color: 1104559.

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

Color convert

RGB 175 218 16 -
CMYK 0.20 0 0.93 0.15
HSL 72.77º 0.86% 0.46% -
HSV(B) 72.77º 0.93% 0.85% -
XYZ 42.84 59.29 9.68 -
YUV 182.12 34.25 122.93 -
System Red Green Blue C M Y K H S L
Decimal 175 218 16 0.20 0 0.93 0.15 72.77 0.86 0.46
Hex AF DA 10 14 0 5D F 49 56 2E
Octal 257 332 20 24 0 135 17 111 126 56
Binary 10101111 11011010 10000 10100 0 1011101 1111 1001001 1010110 101110

Color Harmonies of #AFDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA10

Black with #AFDA10

Text Example


Text Example

White with #AFDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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