Html Css Color HEX #AFF112 Inch Worm

📋 copy color: '#AFF112'

red 175 ◦ green 241 ◦ blue 18

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

Shades of Inch Worm #AFF112

Tints of Inch Worm #AFF112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.53%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 40.32%
G = 55.53%
B = 4.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#AFF112 (or 0xAFF112) is known color: Inch Worm. HEX triplet: AF, F1 and 12. RGB value is (175,241,18). Sum of RGB (Red+Green+Blue) = 175+241+18=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF112 is #500EED. Grayscale: #C4C4C4. Windows color (decimal): -5246702 or 1241519. OLE color: 1241519.

HSL color Cylindrical-coordinate representation of color #AFF112: hue angle of 77.76º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF112 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 18 -
CMYK 0.27 0 0.93 0.05
HSL 77.76º 0.89% 0.51% -
HSV(B) 77.76º 0.93% 0.95% -
XYZ 49.24 72.07 11.89 -
YUV 195.84 27.63 113.13 -
System Red Green Blue C M Y K H S L
Decimal 175 241 18 0.27 0 0.93 0.05 77.76 0.89 0.51
Hex AF F1 12 1B 0 5D 5 4E 59 33
Octal 257 361 22 33 0 135 5 116 131 63
Binary 10101111 11110001 10010 11011 0 1011101 101 1001110 1011001 110011

Color Harmonies of #AFF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF112

Black with #AFF112

Text Example


Text Example

White with #AFF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF112; }

 p { color: rgb(175,241,18); }

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

background-color css

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

 a { background-color: rgb(175,241,18); }

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

border-color css

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

 span { border-color: rgb(175,241,18); }

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