Html Css Color HEX #AFE226 Inch Worm

📋 copy color: '#AFE226'

red 175 ◦ green 226 ◦ blue 38

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

Shades of Inch Worm #AFE226

Tints of Inch Worm #AFE226

RGB

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

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

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

R = 39.86%
G = 51.48%
B = 8.66%

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

#AFE226 (or 0xAFE226) is known color: Inch Worm. HEX triplet: AF, E2 and 26. RGB value is (175,226,38). Sum of RGB (Red+Green+Blue) = 175+226+38=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE226 is #501DD9. Grayscale: #BEBEBE. Windows color (decimal): -5250522 or 2548399. OLE color: 2548399.

HSL color Cylindrical-coordinate representation of color #AFE226: hue angle of 76.28º degrees, saturation: 0.76, 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 #AFE226 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 38 -
CMYK 0.23 0 0.83 0.11
HSL 76.28º 0.76% 0.52% -
HSV(B) 76.28º 0.83% 0.89% -
XYZ 45.23 63.65 11.74 -
YUV 189.32 42.6 117.79 -
System Red Green Blue C M Y K H S L
Decimal 175 226 38 0.23 0 0.83 0.11 76.28 0.76 0.52
Hex AF E2 26 17 0 53 B 4C 4C 34
Octal 257 342 46 27 0 123 13 114 114 64
Binary 10101111 11100010 100110 10111 0 1010011 1011 1001100 1001100 110100

Color Harmonies of #AFE226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE226

Black with #AFE226

Text Example


Text Example

White with #AFE226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE226; }

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

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

background-color css

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

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

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

border-color css

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

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

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