Html Css Color HEX #AFF113 Inch Worm

📋 copy color: '#AFF113'

red 175 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #AFF113

Tints of Inch Worm #AFF113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 40.23%
G = 55.4%
B = 4.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#AFF113 (or 0xAFF113) is known color: Inch Worm. HEX triplet: AF, F1 and 13. RGB value is (175,241,19). Sum of RGB (Red+Green+Blue) = 175+241+19=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF113 is #500EEC. Grayscale: #C4C4C4. Windows color (decimal): -5246701 or 1307055. OLE color: 1307055.

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

Color convert

RGB 175 241 19 -
CMYK 0.27 0 0.92 0.05
HSL 77.84º 0.89% 0.51% -
HSV(B) 77.84º 0.92% 0.95% -
XYZ 49.25 72.07 11.93 -
YUV 195.96 28.13 113.05 -
System Red Green Blue C M Y K H S L
Decimal 175 241 19 0.27 0 0.92 0.05 77.84 0.89 0.51
Hex AF F1 13 1B 0 5C 5 4E 59 33
Octal 257 361 23 33 0 134 5 116 131 63
Binary 10101111 11110001 10011 11011 0 1011100 101 1001110 1011001 110011

Color Harmonies of #AFF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF113

Black with #AFF113

Text Example


Text Example

White with #AFF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF113; }

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

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

background-color css

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

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

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

border-color css

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

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

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