Html Css Color HEX #AFE10F Inch Worm

📋 copy color: '#AFE10F'

red 175 ◦ green 225 ◦ blue 15

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

Shades of Inch Worm #AFE10F

Tints of Inch Worm #AFE10F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 42.17%
G = 54.22%
B = 3.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#AFE10F (or 0xAFE10F) is known color: Inch Worm. HEX triplet: AF, E1 and 0F. RGB value is (175,225,15). Sum of RGB (Red+Green+Blue) = 175+225+15=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE10F is #501EF0. Grayscale: #BABABA. Windows color (decimal): -5250801 or 1040815. OLE color: 1040815.

HSL color Cylindrical-coordinate representation of color #AFE10F: hue angle of 74.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFE10F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 15 -
CMYK 0.22 0 0.93 0.12
HSL 74.29º 0.88% 0.47% -
HSV(B) 74.29º 0.93% 0.88% -
XYZ 44.69 63 10.26 -
YUV 186.11 31.44 120.08 -
System Red Green Blue C M Y K H S L
Decimal 175 225 15 0.22 0 0.93 0.12 74.29 0.88 0.47
Hex AF E1 F 16 0 5D C 4A 58 2F
Octal 257 341 17 26 0 135 14 112 130 57
Binary 10101111 11100001 1111 10110 0 1011101 1100 1001010 1011000 101111

Color Harmonies of #AFE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE10F

Black with #AFE10F

Text Example


Text Example

White with #AFE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE10F; }

 p { color: rgb(175,225,15); }

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

background-color css

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

 a { background-color: rgb(175,225,15); }

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

border-color css

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

 span { border-color: rgb(175,225,15); }

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