Html Css Color HEX #AFE901 Inch Worm

📋 copy color: '#AFE901'

red 175 ◦ green 233 ◦ blue 1

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

Shades of Inch Worm #AFE901

Tints of Inch Worm #AFE901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 42.79%
G = 56.97%
B = 0.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#AFE901 (or 0xAFE901) is known color: Inch Worm. HEX triplet: AF, E9 and 01. RGB value is (175,233,1). Sum of RGB (Red+Green+Blue) = 175+233+1=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 233 (91.41% from 255 or 56.97% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE901 is #5016FE. Grayscale: #BEBEBE. Windows color (decimal): -5248767 or 125359. OLE color: 125359.

HSL color Cylindrical-coordinate representation of color #AFE901: hue angle of 75º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFE901 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 1 -
CMYK 0.25 0 1.00 0.09
HSL 75º 0.99% 0.46% -
HSV(B) 75º 1% 0.91% -
XYZ 46.82 67.39 10.57 -
YUV 189.21 21.78 117.86 -
System Red Green Blue C M Y K H S L
Decimal 175 233 1 0.25 0 1.00 0.09 75 0.99 0.46
Hex AF E9 1 19 0 64 9 4B 63 2E
Octal 257 351 1 31 0 144 11 113 143 56
Binary 10101111 11101001 1 11001 0 1100100 1001 1001011 1100011 101110

Color Harmonies of #AFE901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE901

Black with #AFE901

Text Example


Text Example

White with #AFE901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE901; }

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

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

background-color css

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

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

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

border-color css

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

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

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