Html Css Color HEX #AFDC15 Inch Worm

📋 copy color: '#AFDC15'

red 175 ◦ green 220 ◦ blue 21

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

Shades of Inch Worm #AFDC15

Tints of Inch Worm #AFDC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.88%

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 42.07%
G = 52.88%
B = 5.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#AFDC15 (or 0xAFDC15) is known color: Inch Worm. HEX triplet: AF, DC and 15. RGB value is (175,220,21). Sum of RGB (Red+Green+Blue) = 175+220+21=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC15 is #5023EA. Grayscale: #B8B8B8. Windows color (decimal): -5252075 or 1432751. OLE color: 1432751.

HSL color Cylindrical-coordinate representation of color #AFDC15: hue angle of 73.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFDC15 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 21 -
CMYK 0.20 0 0.90 0.14
HSL 73.57º 0.83% 0.47% -
HSV(B) 73.57º 0.9% 0.86% -
XYZ 43.41 60.35 10.07 -
YUV 183.86 36.09 121.68 -
System Red Green Blue C M Y K H S L
Decimal 175 220 21 0.20 0 0.90 0.14 73.57 0.83 0.47
Hex AF DC 15 14 0 5A E 4A 53 2F
Octal 257 334 25 24 0 132 16 112 123 57
Binary 10101111 11011100 10101 10100 0 1011010 1110 1001010 1010011 101111

Color Harmonies of #AFDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC15

Black with #AFDC15

Text Example


Text Example

White with #AFDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC15; }

 p { color: rgb(175,220,21); }

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

background-color css

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

 a { background-color: rgb(175,220,21); }

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

border-color css

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

 span { border-color: rgb(175,220,21); }

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