Html Css Color HEX #AFD30C Inch Worm

📋 copy color: '#AFD30C'

red 175 ◦ green 211 ◦ blue 12

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

Shades of Inch Worm #AFD30C

Tints of Inch Worm #AFD30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.02%

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

R = 43.97%
G = 53.02%
B = 3.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#AFD30C (or 0xAFD30C) is known color: Inch Worm. HEX triplet: AF, D3 and 0C. RGB value is (175,211,12). Sum of RGB (Red+Green+Blue) = 175+211+12=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD30C is #502CF3. Grayscale: #B2B2B2. Windows color (decimal): -5254388 or 840623. OLE color: 840623.

HSL color Cylindrical-coordinate representation of color #AFD30C: hue angle of 70.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD30C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 12 -
CMYK 0.17 0 0.94 0.17
HSL 70.85º 0.89% 0.44% -
HSV(B) 70.85º 0.94% 0.83% -
XYZ 41.04 55.73 8.94 -
YUV 177.55 34.57 126.18 -
System Red Green Blue C M Y K H S L
Decimal 175 211 12 0.17 0 0.94 0.17 70.85 0.89 0.44
Hex AF D3 C 11 0 5E 11 47 59 2C
Octal 257 323 14 21 0 136 21 107 131 54
Binary 10101111 11010011 1100 10001 0 1011110 10001 1000111 1011001 101100

Color Harmonies of #AFD30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD30C

Black with #AFD30C

Text Example


Text Example

White with #AFD30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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