Html Css Color HEX #AFF410 Inch Worm

📋 copy color: '#AFF410'

red 175 ◦ green 244 ◦ blue 16

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

Shades of Inch Worm #AFF410

Tints of Inch Worm #AFF410

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.09%

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

R = 40.23%
G = 56.09%
B = 3.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#AFF410 (or 0xAFF410) is known color: Inch Worm. HEX triplet: AF, F4 and 10. RGB value is (175,244,16). Sum of RGB (Red+Green+Blue) = 175+244+16=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF410 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF410 is #500BEF. Grayscale: #C6C6C6. Windows color (decimal): -5245936 or 1111215. OLE color: 1111215.

HSL color Cylindrical-coordinate representation of color #AFF410: hue angle of 78.16º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF410 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 16 -
CMYK 0.28 0 0.93 0.04
HSL 78.16º 0.91% 0.51% -
HSV(B) 78.16º 0.93% 0.96% -
XYZ 50.12 73.85 12.1 -
YUV 197.38 25.64 112.04 -
System Red Green Blue C M Y K H S L
Decimal 175 244 16 0.28 0 0.93 0.04 78.16 0.91 0.51
Hex AF F4 10 1C 0 5D 4 4E 5B 33
Octal 257 364 20 34 0 135 4 116 133 63
Binary 10101111 11110100 10000 11100 0 1011101 100 1001110 1011011 110011

Color Harmonies of #AFF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF410

Black with #AFF410

Text Example


Text Example

White with #AFF410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF410; }

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

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

background-color css

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

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

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

border-color css

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

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

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