Html Css Color HEX #AFE212 Inch Worm

📋 copy color: '#AFE212'

red 175 ◦ green 226 ◦ blue 18

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

Shades of Inch Worm #AFE212

Tints of Inch Worm #AFE212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 41.77%
G = 53.94%
B = 4.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#AFE212 (or 0xAFE212) is known color: Inch Worm. HEX triplet: AF, E2 and 12. RGB value is (175,226,18). Sum of RGB (Red+Green+Blue) = 175+226+18=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE212 is #501DED. Grayscale: #BBBBBB. Windows color (decimal): -5250542 or 1237679. OLE color: 1237679.

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

Color convert

RGB 175 226 18 -
CMYK 0.23 0 0.92 0.11
HSL 74.71º 0.85% 0.48% -
HSV(B) 74.71º 0.92% 0.89% -
XYZ 44.98 63.55 10.47 -
YUV 187.04 32.6 119.41 -
System Red Green Blue C M Y K H S L
Decimal 175 226 18 0.23 0 0.92 0.11 74.71 0.85 0.48
Hex AF E2 12 17 0 5C B 4B 55 30
Octal 257 342 22 27 0 134 13 113 125 60
Binary 10101111 11100010 10010 10111 0 1011100 1011 1001011 1010101 110000

Color Harmonies of #AFE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE212

Black with #AFE212

Text Example


Text Example

White with #AFE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE212; }

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

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

background-color css

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

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

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

border-color css

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

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

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