Html Css Color HEX #AFE622 Inch Worm

📋 copy color: '#AFE622'

red 175 ◦ green 230 ◦ blue 34

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

Shades of Inch Worm #AFE622

Tints of Inch Worm #AFE622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.74%

R = 39.86%
G = 52.39%
B = 7.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#AFE622 (or 0xAFE622) is known color: Inch Worm. HEX triplet: AF, E6 and 22. RGB value is (175,230,34). Sum of RGB (Red+Green+Blue) = 175+230+34=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 230 (90.23% from 255 or 52.39% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE622 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE622 is #5019DD. Grayscale: #BFBFBF. Windows color (decimal): -5249502 or 2287279. OLE color: 2287279.

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

Color convert

RGB 175 230 34 -
CMYK 0.24 0 0.85 0.10
HSL 76.84º 0.8% 0.52% -
HSV(B) 76.84º 0.85% 0.9% -
XYZ 46.26 65.82 11.78 -
YUV 191.21 39.28 116.44 -
System Red Green Blue C M Y K H S L
Decimal 175 230 34 0.24 0 0.85 0.10 76.84 0.8 0.52
Hex AF E6 22 18 0 55 A 4D 50 34
Octal 257 346 42 30 0 125 12 115 120 64
Binary 10101111 11100110 100010 11000 0 1010101 1010 1001101 1010000 110100

Color Harmonies of #AFE622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE622

Black with #AFE622

Text Example


Text Example

White with #AFE622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE622; }

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

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

background-color css

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

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

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

border-color css

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

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

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