Html Css Color HEX #AFD60E Inch Worm

📋 copy color: '#AFD60E'

red 175 ◦ green 214 ◦ blue 14

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

Shades of Inch Worm #AFD60E

Tints of Inch Worm #AFD60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.1%

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 43.42%
G = 53.1%
B = 3.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#AFD60E (or 0xAFD60E) is known color: Inch Worm. HEX triplet: AF, D6 and 0E. RGB value is (175,214,14). Sum of RGB (Red+Green+Blue) = 175+214+14=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD60E is #5029F1. Grayscale: #B4B4B4. Windows color (decimal): -5253618 or 972463. OLE color: 972463.

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

Color convert

RGB 175 214 14 -
CMYK 0.18 0 0.93 0.16
HSL 71.7º 0.88% 0.45% -
HSV(B) 71.7º 0.93% 0.84% -
XYZ 41.81 57.24 9.26 -
YUV 179.54 34.58 124.76 -
System Red Green Blue C M Y K H S L
Decimal 175 214 14 0.18 0 0.93 0.16 71.7 0.88 0.45
Hex AF D6 E 12 0 5D 10 48 58 2D
Octal 257 326 16 22 0 135 20 110 130 55
Binary 10101111 11010110 1110 10010 0 1011101 10000 1001000 1011000 101101

Color Harmonies of #AFD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD60E

Black with #AFD60E

Text Example


Text Example

White with #AFD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD60E; }

 p { color: rgb(175,214,14); }

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

background-color css

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

 a { background-color: rgb(175,214,14); }

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

border-color css

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

 span { border-color: rgb(175,214,14); }

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