Html Css Color HEX #AFD212 Inch Worm

📋 copy color: '#AFD212'

red 175 ◦ green 210 ◦ blue 18

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

Shades of Inch Worm #AFD212

Tints of Inch Worm #AFD212

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

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

R = 43.42%
G = 52.11%
B = 4.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#AFD212 (or 0xAFD212) is known color: Inch Worm. HEX triplet: AF, D2 and 12. RGB value is (175,210,18). Sum of RGB (Red+Green+Blue) = 175+210+18=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD212 is #502DED. Grayscale: #B2B2B2. Windows color (decimal): -5254638 or 1233583. OLE color: 1233583.

HSL color Cylindrical-coordinate representation of color #AFD212: hue angle of 70.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFD212 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 18 -
CMYK 0.17 0 0.91 0.18
HSL 70.94º 0.84% 0.45% -
HSV(B) 70.94º 0.91% 0.82% -
XYZ 40.83 55.25 9.08 -
YUV 177.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 175 210 18 0.17 0 0.91 0.18 70.94 0.84 0.45
Hex AF D2 12 11 0 5B 12 47 54 2D
Octal 257 322 22 21 0 133 22 107 124 55
Binary 10101111 11010010 10010 10001 0 1011011 10010 1000111 1010100 101101

Color Harmonies of #AFD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD212

Black with #AFD212

Text Example


Text Example

White with #AFD212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD212; }

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

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

background-color css

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

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

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

border-color css

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

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

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