Html Css Color HEX #AFE200 Inch Worm

📋 copy color: '#AFE200'

red 175 ◦ green 226 ◦ blue 0

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

Shades of Inch Worm #AFE200

Tints of Inch Worm #AFE200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 56.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.64%
G = 56.36%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#AFE200 (or 0xAFE200) is known color: Inch Worm. HEX triplet: AF, E2 and 00. RGB value is (175,226,0). Sum of RGB (Red+Green+Blue) = 175+226+0=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 226 (88.67% from 255 or 56.36% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE200 is #501DFF. Grayscale: #B9B9B9. Windows color (decimal): -5250560 or 58031. OLE color: 58031.

HSL color Cylindrical-coordinate representation of color #AFE200: hue angle of 73.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFE200 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 0 -
CMYK 0.23 0 1 0.11
HSL 73.54º 1% 0.44% -
HSV(B) 73.54º 1% 0.89% -
XYZ 44.88 63.51 9.89 -
YUV 184.99 23.6 120.88 -
System Red Green Blue C M Y K H S L
Decimal 175 226 0 0.23 0 1 0.11 73.54 1 0.44
Hex AF E2 0 17 0 64 B 4A 64 2C
Octal 257 342 0 27 0 144 13 112 144 54
Binary 10101111 11100010 0 10111 0 1100100 1011 1001010 1100100 101100

Color Harmonies of #AFE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE200

Black with #AFE200

Text Example


Text Example

White with #AFE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE200; }

 p { color: rgb(175,226,0); }

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

background-color css

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

 a { background-color: rgb(175,226,0); }

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

border-color css

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

 span { border-color: rgb(175,226,0); }

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