Html Css Color HEX #AFE213 Inch Worm

📋 copy color: '#AFE213'

red 175 ◦ green 226 ◦ blue 19

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

Shades of Inch Worm #AFE213

Tints of Inch Worm #AFE213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 41.67%
G = 53.81%
B = 4.52%

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

#AFE213 (or 0xAFE213) is known color: Inch Worm. HEX triplet: AF, E2 and 13. RGB value is (175,226,19). Sum of RGB (Red+Green+Blue) = 175+226+19=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE213 is #501DEC. Grayscale: #BBBBBB. Windows color (decimal): -5250541 or 1303215. OLE color: 1303215.

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

Color convert

RGB 175 226 19 -
CMYK 0.23 0 0.92 0.11
HSL 74.78º 0.84% 0.48% -
HSV(B) 74.78º 0.92% 0.89% -
XYZ 44.99 63.55 10.51 -
YUV 187.15 33.1 119.33 -
System Red Green Blue C M Y K H S L
Decimal 175 226 19 0.23 0 0.92 0.11 74.78 0.84 0.48
Hex AF E2 13 17 0 5C B 4B 54 30
Octal 257 342 23 27 0 134 13 113 124 60
Binary 10101111 11100010 10011 10111 0 1011100 1011 1001011 1010100 110000

Color Harmonies of #AFE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE213

Black with #AFE213

Text Example


Text Example

White with #AFE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE213; }

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

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

background-color css

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

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

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

border-color css

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

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

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