Html Css Color HEX #AFE426 Inch Worm

📋 copy color: '#AFE426'

red 175 ◦ green 228 ◦ blue 38

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

Shades of Inch Worm #AFE426

Tints of Inch Worm #AFE426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.62%

R = 39.68%
G = 51.7%
B = 8.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#AFE426 (or 0xAFE426) is known color: Inch Worm. HEX triplet: AF, E4 and 26. RGB value is (175,228,38). Sum of RGB (Red+Green+Blue) = 175+228+38=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE426 is #501BD9. Grayscale: #BFBFBF. Windows color (decimal): -5250010 or 2548911. OLE color: 2548911.

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

Color convert

RGB 175 228 38 -
CMYK 0.23 0 0.83 0.11
HSL 76.74º 0.78% 0.52% -
HSV(B) 76.74º 0.83% 0.89% -
XYZ 45.77 64.74 11.92 -
YUV 190.49 41.94 116.95 -
System Red Green Blue C M Y K H S L
Decimal 175 228 38 0.23 0 0.83 0.11 76.74 0.78 0.52
Hex AF E4 26 17 0 53 B 4D 4E 34
Octal 257 344 46 27 0 123 13 115 116 64
Binary 10101111 11100100 100110 10111 0 1010011 1011 1001101 1001110 110100

Color Harmonies of #AFE426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE426

Black with #AFE426

Text Example


Text Example

White with #AFE426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE426; }

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

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

background-color css

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

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

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

border-color css

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

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

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