Html Css Color HEX #AFF010 Inch Worm

📋 copy color: '#AFF010'

red 175 ◦ green 240 ◦ blue 16

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

Shades of Inch Worm #AFF010

Tints of Inch Worm #AFF010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.68%

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

R = 40.6%
G = 55.68%
B = 3.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#AFF010 (or 0xAFF010) is known color: Inch Worm. HEX triplet: AF, F0 and 10. RGB value is (175,240,16). Sum of RGB (Red+Green+Blue) = 175+240+16=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF010 is #500FEF. Grayscale: #C3C3C3. Windows color (decimal): -5246960 or 1110191. OLE color: 1110191.

HSL color Cylindrical-coordinate representation of color #AFF010: hue angle of 77.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF010 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 16 -
CMYK 0.27 0 0.93 0.06
HSL 77.41º 0.88% 0.5% -
HSV(B) 77.41º 0.93% 0.94% -
XYZ 48.93 71.47 11.71 -
YUV 195.03 26.97 113.71 -
System Red Green Blue C M Y K H S L
Decimal 175 240 16 0.27 0 0.93 0.06 77.41 0.88 0.5
Hex AF F0 10 1B 0 5D 6 4D 58 32
Octal 257 360 20 33 0 135 6 115 130 62
Binary 10101111 11110000 10000 11011 0 1011101 110 1001101 1011000 110010

Color Harmonies of #AFF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF010

Black with #AFF010

Text Example


Text Example

White with #AFF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF010; }

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

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

background-color css

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

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

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

border-color css

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

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

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