Html Css Color HEX #AFE90F Inch Worm

📋 copy color: '#AFE90F'

red 175 ◦ green 233 ◦ blue 15

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

Shades of Inch Worm #AFE90F

Tints of Inch Worm #AFE90F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.08%

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

R = 41.37%
G = 55.08%
B = 3.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#AFE90F (or 0xAFE90F) is known color: Inch Worm. HEX triplet: AF, E9 and 0F. RGB value is (175,233,15). Sum of RGB (Red+Green+Blue) = 175+233+15=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE90F is #5016F0. Grayscale: #BFBFBF. Windows color (decimal): -5248753 or 1042863. OLE color: 1042863.

HSL color Cylindrical-coordinate representation of color #AFE90F: hue angle of 75.96º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFE90F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 15 -
CMYK 0.25 0 0.94 0.09
HSL 75.96º 0.88% 0.49% -
HSV(B) 75.96º 0.94% 0.91% -
XYZ 46.9 67.43 10.99 -
YUV 190.81 28.78 116.73 -
System Red Green Blue C M Y K H S L
Decimal 175 233 15 0.25 0 0.94 0.09 75.96 0.88 0.49
Hex AF E9 F 19 0 5E 9 4C 58 31
Octal 257 351 17 31 0 136 11 114 130 61
Binary 10101111 11101001 1111 11001 0 1011110 1001 1001100 1011000 110001

Color Harmonies of #AFE90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE90F

Black with #AFE90F

Text Example


Text Example

White with #AFE90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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