Html Css Color HEX #AFE610 Inch Worm

📋 copy color: '#AFE610'

red 175 ◦ green 230 ◦ blue 16

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

Shades of Inch Worm #AFE610

Tints of Inch Worm #AFE610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.63%

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 41.57%
G = 54.63%
B = 3.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#AFE610 (or 0xAFE610) is known color: Inch Worm. HEX triplet: AF, E6 and 10. RGB value is (175,230,16). Sum of RGB (Red+Green+Blue) = 175+230+16=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE610 is #5019EF. Grayscale: #BDBDBD. Windows color (decimal): -5249520 or 1107631. OLE color: 1107631.

HSL color Cylindrical-coordinate representation of color #AFE610: hue angle of 75.42º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFE610 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 16 -
CMYK 0.24 0 0.93 0.10
HSL 75.42º 0.87% 0.48% -
HSV(B) 75.42º 0.93% 0.9% -
XYZ 46.07 65.75 10.75 -
YUV 189.16 30.28 117.9 -
System Red Green Blue C M Y K H S L
Decimal 175 230 16 0.24 0 0.93 0.10 75.42 0.87 0.48
Hex AF E6 10 18 0 5D A 4B 57 30
Octal 257 346 20 30 0 135 12 113 127 60
Binary 10101111 11100110 10000 11000 0 1011101 1010 1001011 1010111 110000

Color Harmonies of #AFE610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE610

Black with #AFE610

Text Example


Text Example

White with #AFE610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE610; }

 p { color: rgb(175,230,16); }

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

background-color css

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

 a { background-color: rgb(175,230,16); }

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

border-color css

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

 span { border-color: rgb(175,230,16); }

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