Html Css Color HEX #AFD512 Inch Worm

📋 copy color: '#AFD512'

red 175 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #AFD512

Tints of Inch Worm #AFD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.46%

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

R = 43.1%
G = 52.46%
B = 4.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#AFD512 (or 0xAFD512) is known color: Inch Worm. HEX triplet: AF, D5 and 12. RGB value is (175,213,18). Sum of RGB (Red+Green+Blue) = 175+213+18=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD512 is #502AED. Grayscale: #B4B4B4. Windows color (decimal): -5253870 or 1234351. OLE color: 1234351.

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

Color convert

RGB 175 213 18 -
CMYK 0.18 0 0.92 0.16
HSL 71.69º 0.84% 0.45% -
HSV(B) 71.69º 0.92% 0.84% -
XYZ 41.58 56.75 9.33 -
YUV 179.41 36.91 124.86 -
System Red Green Blue C M Y K H S L
Decimal 175 213 18 0.18 0 0.92 0.16 71.69 0.84 0.45
Hex AF D5 12 12 0 5C 10 48 54 2D
Octal 257 325 22 22 0 134 20 110 124 55
Binary 10101111 11010101 10010 10010 0 1011100 10000 1001000 1010100 101101

Color Harmonies of #AFD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD512

Black with #AFD512

Text Example


Text Example

White with #AFD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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