Html Css Color HEX #AFE00F Inch Worm

📋 copy color: '#AFE00F'

red 175 ◦ green 224 ◦ blue 15

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

Shades of Inch Worm #AFE00F

Tints of Inch Worm #AFE00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.11%

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

R = 42.27%
G = 54.11%
B = 3.62%

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

#AFE00F (or 0xAFE00F) is known color: Inch Worm. HEX triplet: AF, E0 and 0F. RGB value is (175,224,15). Sum of RGB (Red+Green+Blue) = 175+224+15=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE00F is #501FF0. Grayscale: #BABABA. Windows color (decimal): -5251057 or 1040559. OLE color: 1040559.

HSL color Cylindrical-coordinate representation of color #AFE00F: hue angle of 74.07º degrees, saturation: 0.87, 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 #AFE00F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 15 -
CMYK 0.22 0 0.93 0.12
HSL 74.07º 0.87% 0.47% -
HSV(B) 74.07º 0.93% 0.88% -
XYZ 44.42 62.46 10.17 -
YUV 185.52 31.77 120.49 -
System Red Green Blue C M Y K H S L
Decimal 175 224 15 0.22 0 0.93 0.12 74.07 0.87 0.47
Hex AF E0 F 16 0 5D C 4A 57 2F
Octal 257 340 17 26 0 135 14 112 127 57
Binary 10101111 11100000 1111 10110 0 1011101 1100 1001010 1010111 101111

Color Harmonies of #AFE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE00F

Black with #AFE00F

Text Example


Text Example

White with #AFE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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