Html Css Color HEX #AFD90C Inch Worm

📋 copy color: '#AFD90C'

red 175 ◦ green 217 ◦ blue 12

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

Shades of Inch Worm #AFD90C

Tints of Inch Worm #AFD90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.71%

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 43.32%
G = 53.71%
B = 2.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AFD90C (or 0xAFD90C) is known color: Inch Worm. HEX triplet: AF, D9 and 0C. RGB value is (175,217,12). Sum of RGB (Red+Green+Blue) = 175+217+12=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD90C is #5026F3. Grayscale: #B5B5B5. Windows color (decimal): -5252852 or 842159. OLE color: 842159.

HSL color Cylindrical-coordinate representation of color #AFD90C: hue angle of 72.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD90C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 12 -
CMYK 0.19 0 0.94 0.15
HSL 72.29º 0.9% 0.45% -
HSV(B) 72.29º 0.94% 0.85% -
XYZ 42.56 58.77 9.45 -
YUV 181.07 32.59 123.67 -
System Red Green Blue C M Y K H S L
Decimal 175 217 12 0.19 0 0.94 0.15 72.29 0.9 0.45
Hex AF D9 C 13 0 5E F 48 5A 2D
Octal 257 331 14 23 0 136 17 110 132 55
Binary 10101111 11011001 1100 10011 0 1011110 1111 1001000 1011010 101101

Color Harmonies of #AFD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD90C

Black with #AFD90C

Text Example


Text Example

White with #AFD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD90C; }

 p { color: rgb(175,217,12); }

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

background-color css

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

 a { background-color: rgb(175,217,12); }

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

border-color css

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

 span { border-color: rgb(175,217,12); }

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