Html Css Color HEX #AFE42C Inch Worm

📋 copy color: '#AFE42C'

red 175 ◦ green 228 ◦ blue 44

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

Shades of Inch Worm #AFE42C

Tints of Inch Worm #AFE42C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.01%

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 39.15%
G = 51.01%
B = 9.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#AFE42C (or 0xAFE42C) is known color: Inch Worm. HEX triplet: AF, E4 and 2C. RGB value is (175,228,44). Sum of RGB (Red+Green+Blue) = 175+228+44=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE42C is #501BD3. Grayscale: #BFBFBF. Windows color (decimal): -5250004 or 2942127. OLE color: 2942127.

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

Color convert

RGB 175 228 44 -
CMYK 0.23 0 0.81 0.11
HSL 77.28º 0.77% 0.53% -
HSV(B) 77.28º 0.81% 0.89% -
XYZ 45.88 64.78 12.47 -
YUV 191.18 44.94 116.46 -
System Red Green Blue C M Y K H S L
Decimal 175 228 44 0.23 0 0.81 0.11 77.28 0.77 0.53
Hex AF E4 2C 17 0 51 B 4D 4D 35
Octal 257 344 54 27 0 121 13 115 115 65
Binary 10101111 11100100 101100 10111 0 1010001 1011 1001101 1001101 110101

Color Harmonies of #AFE42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE42C

Black with #AFE42C

Text Example


Text Example

White with #AFE42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE42C; }

 p { color: rgb(175,228,44); }

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

background-color css

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

 a { background-color: rgb(175,228,44); }

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

border-color css

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

 span { border-color: rgb(175,228,44); }

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